Do not generate the same @UseClass wrappers multiple times
Also adds support for a 'name' parameter, for even more control when the default doesn't satisfy naming. This may happen when reusing a the class across multiple enums.
fixes #42
Also: Seems like analyzer pushed a slightly breaking changes in a patch release. Worked on my machine but not on CI.
Do not generate the same
@UseClass
wrappers multiple timesAlso adds support for a 'name' parameter, for even more control when the default doesn't satisfy naming. This may happen when reusing a the class across multiple enums.
fixes #42
Also: Seems like
analyzer
pushed a slightly breaking changes in a patch release. Worked on my machine but not on CI.