See: Description
Annotation Type | Description |
---|---|
NonNullApi |
A common Spring annotation to declare that parameters and return values
are to be considered as non-nullable by default for a given package,
along with their underlying fields.
|
Nullable |
A common Spring annotation to declare that the annotated parameter,
return value or field could be
null under some circumstances. |
UsesJava7 | Deprecated |
UsesJava8 | Deprecated |
UsesSunHttpServer |
Indicates that the annotated element uses the Http Server available in
com.sun.* classes, which is only available on a Sun/Oracle JVM. |
UsesSunMisc |
Indicates that the annotated element uses an API from the
sun.misc
package. |