Module JDKAnnotations
Provides classes that represent standard annotations from the JDK.
Import path
import semmle.code.java.JDKAnnotations
Imports
java | Provides all default Java QL imports. |
Classes
DeprecatedAnnotation | A |
NonReflectiveAnnotation | An annotation that does not indicate that a field may be accessed reflectively. |
OverrideAnnotation | An |
ReflectiveAccessAnnotation | An annotation suggesting that the annotated element may be accessed reflectively. |
RepeatableAnnotation | A |
RetentionAnnotation | A |
StandardNonReflectiveAnnotation | |
SuppressWarningsAnnotation | A |
TargetAnnotation | A |