You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: