Uses of Interface
com.sun.mirror.declaration.AnnotationTypeElementDeclaration
Package
Description
Interfaces used to model program element declarations.
Utilities to assist in the processing of declarations and types.
-
Uses of AnnotationTypeElementDeclaration in com.sun.mirror.declaration
Modifier and TypeMethodDescriptionAnnotationMirror.getElementValues()
Returns this annotation's elements and their values.AnnotationTypeDeclaration.getMethods()
Returns the annotation type elements of this annotation type. -
Uses of AnnotationTypeElementDeclaration in com.sun.mirror.util
Modifier and TypeMethodDescriptionvoid
DeclarationVisitor.visitAnnotationTypeElementDeclaration
(AnnotationTypeElementDeclaration d) Visits an annotation type element declaration.void
SimpleDeclarationVisitor.visitAnnotationTypeElementDeclaration
(AnnotationTypeElementDeclaration d) Visits an annotation type element declaration.