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
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 1 Jun 2011 at 8:00The text was updated successfully, but these errors were encountered: