Skip to content
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

Add value field to @Nonnull annotation for improved readability #20

Open
GoogleCodeExporter opened this issue Apr 22, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I recommend that we add a "value" field to annotations accepting the 
javax.annotation.meta.When value.  This allows more succinct (and I feel 
readable) code such as:

@Nonnull(When.ALWAYS) instead of @Nonnull(when = When.ALWAYS) code.  The 
alternative is to import the fields from When, yielding @Nonnull(when=ALWAYS), 
which is about equivalent, but I feel the value option is more idiomatic, where 
available.


Original issue reported on code.google.com by [email protected] on 1 Jun 2011 at 8:00

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

1 participant