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
> What steps will reproduce the problem?
1. Try to utilise JSR 303 and JSR-305 at the same time.
> What is the expected output?
One annotation for a given meaning.
> What do you see instead?
Two or more annotations for the same thing. Without a single standard
existing uses are likely pick one or the other.
e.g. void method(@javax.annotations.Notnull @java.validation.NotNull
@org.jetbrains.annotations.NotNull String text);
JSR-305 also defines/suggests a Contraint validation.
e.g. Pattern(regex=, flags=)
Original issue reported on code.google.com by [email protected] on 28 Jan 2009 at 10:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 Jan 2009 at 10:44The text was updated successfully, but these errors were encountered: