Uses of Interface
org.aspectj.weaver.AnnotationAJ
Packages that use AnnotationAJ
-
Uses of AnnotationAJ in org.aspectj.weaver
Classes in org.aspectj.weaver that implement AnnotationAJModifier and TypeClassDescriptionclass
class
This type represents the weavers abstraction of an annotation - it is not tied to any underlying BCI toolkit.Fields in org.aspectj.weaver declared as AnnotationAJModifier and TypeFieldDescriptionprotected AnnotationAJ[]
ResolvedMemberImpl.annotations
static AnnotationAJ[]
AnnotationAJ.EMPTY_ARRAY
static AnnotationAJ[][]
Member.NO_PARAMETER_ANNOTATIONXS
protected AnnotationAJ[][]
ResolvedMemberImpl.parameterAnnotations
Methods in org.aspectj.weaver that return AnnotationAJModifier and TypeMethodDescriptionAnnotationAnnotationValue.getAnnotation()
AnnotatedElement.getAnnotationOfType(UnresolvedType ofType)
ArrayReferenceType.getAnnotationOfType(UnresolvedType ofType)
JoinPointSignature.getAnnotationOfType(UnresolvedType ofType)
ReferenceType.getAnnotationOfType(UnresolvedType ofType)
ResolvedMemberImpl.getAnnotationOfType(UnresolvedType ofType)
ResolvedType.getAnnotationOfType(UnresolvedType ofType)
ArrayReferenceType.getAnnotations()
GeneratedReferenceTypeDelegate.getAnnotations()
JoinPointSignature.getAnnotations()
Member.getAnnotations()
MemberImpl.getAnnotations()
MissingResolvedTypeWithKnownSignature.getAnnotations()
ReferenceType.getAnnotations()
ReferenceTypeDelegate.getAnnotations()
ResolvedMember.getAnnotations()
ResolvedMemberImpl.getAnnotations()
ResolvedType.getAnnotations()
AnnotationOnTypeMunger.getNewAnnotation()
AnnotationAJ[][]
JoinPointSignature.getParameterAnnotations()
AnnotationAJ[][]
ResolvedMember.getParameterAnnotations()
AnnotationAJ[][]
ResolvedMemberImpl.getParameterAnnotations()
Methods in org.aspectj.weaver with parameters of type AnnotationAJModifier and TypeMethodDescriptionvoid
JoinPointSignature.addAnnotation(AnnotationAJ annotation)
void
ReferenceType.addAnnotation(AnnotationAJ annotationX)
void
ResolvedMember.addAnnotation(AnnotationAJ annotation)
void
ResolvedMemberImpl.addAnnotation(AnnotationAJ annotation)
void
ResolvedType.addAnnotation(AnnotationAJ annotationX)
static boolean
Utils.isSuppressing(AnnotationAJ[] anns, String lintkey)
Check if the annotations contain a SuppressAjWarnings annotation and if that annotation specifies that the given lint message (identified by its key) should be ignored.void
JoinPointSignature.setAnnotations(AnnotationAJ[] annotations)
void
ResolvedMember.setAnnotations(AnnotationAJ[] annotations)
void
ResolvedMemberImpl.setAnnotations(AnnotationAJ[] annotations)
Constructors in org.aspectj.weaver with parameters of type AnnotationAJModifierConstructorDescription -
Uses of AnnotationAJ in org.aspectj.weaver.patterns
Methods in org.aspectj.weaver.patterns that return AnnotationAJ -
Uses of AnnotationAJ in org.aspectj.weaver.reflect
Methods in org.aspectj.weaver.reflect that return AnnotationAJModifier and TypeMethodDescriptionAnnotationFinder.getAnnotationOfType(UnresolvedType ofType, Member onMember)
ReflectionBasedResolvedMemberImpl.getAnnotationOfType(UnresolvedType ofType)
ReflectionBasedReferenceTypeDelegate.getAnnotations()