Uses of Interface
com.sun.mirror.type.AnnotationType
Packages that use 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
Methods in com.sun.mirror.declaration that return AnnotationTypeModifier and TypeMethodDescriptionAnnotationMirror.getAnnotationType()Returns the annotation type of this annotation. -
Uses of AnnotationType in com.sun.mirror.util
Methods in com.sun.mirror.util with parameters of type AnnotationTypeModifier and TypeMethodDescriptionvoidSimpleTypeVisitor.visitAnnotationType(AnnotationType t) Visits an annotation type.voidTypeVisitor.visitAnnotationType(AnnotationType t) Visits an annotation type.