Skip to content

Make a whole package immutable #81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
julaudo opened this issue Mar 21, 2016 · 0 comments
Closed

Make a whole package immutable #81

julaudo opened this issue Mar 21, 2016 · 0 comments
Milestone

Comments

@julaudo
Copy link

julaudo commented Mar 21, 2016

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 {};

slemesle added a commit that referenced this issue Mar 31, 2016
Added withImmutablesPackages annotation
@slemesle slemesle added this to the 0.15 milestone Mar 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants