Uses of Interface
com.sun.mirror.type.AnnotationType
Package
Description
Interfaces used to model program element declarations.
Utilities to assist in the processing of declarations and types.
-
Uses of AnnotationType in com.sun.mirror.declaration
Modifier and TypeMethodDescriptionAnnotationMirror.getAnnotationType()
Returns the annotation type of this annotation. -
Uses of AnnotationType in com.sun.mirror.util
Modifier and TypeMethodDescriptionvoid
SimpleTypeVisitor.visitAnnotationType
(AnnotationType t) Visits an annotation type.void
TypeVisitor.visitAnnotationType
(AnnotationType t) Visits an annotation type.