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.
|
Nullable |
A common Spring annotation to declare that the annotated parameter or
return value 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. |