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 TypeClassDescriptionclassclassThis 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.annotationsstatic final AnnotationAJ[]AnnotationAJ.EMPTY_ARRAYstatic final AnnotationAJ[][]Member.NO_PARAMETER_ANNOTATIONXSprotected AnnotationAJ[][]ResolvedMemberImpl.parameterAnnotationsMethods 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 TypeMethodDescriptionvoidJoinPointSignature.addAnnotation(AnnotationAJ annotation) voidReferenceType.addAnnotation(AnnotationAJ annotationX) voidResolvedMember.addAnnotation(AnnotationAJ annotation) voidResolvedMemberImpl.addAnnotation(AnnotationAJ annotation) voidResolvedType.addAnnotation(AnnotationAJ annotationX) static booleanUtils.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.voidJoinPointSignature.setAnnotations(AnnotationAJ[] annotations) voidResolvedMember.setAnnotations(AnnotationAJ[] annotations) voidResolvedMemberImpl.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()