Currently the withImmutables annotation can be used to make a class immutable. I'd like to have this feature for a whole package.
All the classes present in that package would be considered as immutable.
I propose to add an annotation in mapper :
String[] withImmutablesPackages() default {};
The text was updated successfully, but these errors were encountered:
Currently the withImmutables annotation can be used to make a class immutable. I'd like to have this feature for a whole package.
All the classes present in that package would be considered as immutable.
I propose to add an annotation in mapper :
String[] withImmutablesPackages() default {};
The text was updated successfully, but these errors were encountered: