javax.lang.model.element
Package javax.lang.model.element
Interfaces used to model elements of the Java programming language.
See: Description
Interface | Description |
---|---|
AnnotationMirror | Represents an annotation. |
AnnotationValue | Represents a value of an annotation type element. |
AnnotationValueVisitor<R,P> | A visitor of the values of annotation type elements, using a variant of the visitor design pattern. |
Element<
|