Interface AnnotatedElement
- All Known Subinterfaces:
ResolvedMember
- All Known Implementing Classes:
ArrayReferenceType, AtAjAttributes.LazyResolvedPointcutDefinition, BoundedReferenceType, DeferredResolvedPointcutDefinition, JoinPointSignature, MissingResolvedTypeWithKnownSignature, ReferenceType, ReflectionBasedResolvedMemberImpl, ResolvedMemberImpl, ResolvedPointcutDefinition, ResolvedType, TypeVariableReferenceType
public interface AnnotatedElement
Represents any element that may have annotations
-
Method Summary
Modifier and TypeMethodDescriptiongetAnnotationOfType(UnresolvedType ofType) booleanhasAnnotation(UnresolvedType ofType)
-
Method Details
-
hasAnnotation
-
getAnnotationTypes
ResolvedType[] getAnnotationTypes() -
getAnnotationOfType
-