See: Description
Annotation Type | Description |
---|---|
UsesJava7 |
Indicates that the annotated element uses Java 7 specific API constructs,
without implying that it strictly requires Java 7.
|
UsesJava8 |
Indicates that the annotated element uses Java 8 specific API constructs,
without implying that it strictly requires Java 8.
|
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. |