Uses of Interface
com.sun.mirror.declaration.AnnotationTypeDeclaration
Packages that use AnnotationTypeDeclaration
Package
Description
Classes used to communicate information between
annotation processors
and an annotation processing tool.
Interfaces used to model program element declarations.
Interfaces used to model types.
Utilities to assist in the processing of declarations and types.
This package contains Eclipse extensions to some of the Sun annotation processing APIs.
-
Uses of AnnotationTypeDeclaration in com.sun.mirror.apt
Methods in com.sun.mirror.apt with parameters of type AnnotationTypeDeclarationModifier and TypeMethodDescriptionAnnotationProcessorEnvironment.getDeclarationsAnnotatedWith
(AnnotationTypeDeclaration a) Returns the declarations annotated with the given annotation type.Method parameters in com.sun.mirror.apt with type arguments of type AnnotationTypeDeclarationModifier and TypeMethodDescriptionAnnotationProcessorFactory.getProcessorFor
(Set<AnnotationTypeDeclaration> atds, AnnotationProcessorEnvironment env) Returns an annotation processor for a set of annotation types. -
Uses of AnnotationTypeDeclaration in com.sun.mirror.declaration
Methods in com.sun.mirror.declaration that return AnnotationTypeDeclarationModifier and TypeMethodDescriptionAnnotationTypeElementDeclaration.getDeclaringType()
Returns the type declaration within which this member or constructor is declared.Methods in com.sun.mirror.declaration that return types with arguments of type AnnotationTypeDeclarationModifier and TypeMethodDescriptionPackageDeclaration.getAnnotationTypes()
Returns the declarations of the top-level annotation types in this package. -
Uses of AnnotationTypeDeclaration in com.sun.mirror.type
Methods in com.sun.mirror.type that return AnnotationTypeDeclarationModifier and TypeMethodDescriptionAnnotationType.getDeclaration()
Returns the declaration of this type. -
Uses of AnnotationTypeDeclaration in com.sun.mirror.util
Methods in com.sun.mirror.util with parameters of type AnnotationTypeDeclarationModifier and TypeMethodDescriptionvoid
DeclarationVisitor.visitAnnotationTypeDeclaration
(AnnotationTypeDeclaration d) Visits an annotation type declaration.void
SimpleDeclarationVisitor.visitAnnotationTypeDeclaration
(AnnotationTypeDeclaration d) Visits an annotation type declaration. -
Uses of AnnotationTypeDeclaration in org.eclipse.jdt.apt.core.env
Method parameters in org.eclipse.jdt.apt.core.env with type arguments of type AnnotationTypeDeclarationModifier and TypeMethodDescriptionEclipseAnnotationProcessorFactory.getProcessorFor
(Set<AnnotationTypeDeclaration> atds, EclipseAnnotationProcessorEnvironment env) Returns an annotation processor for a set of annotation types.