Uses of Interface
org.aspectj.weaver.AnnotationAJ
-
Packages that use AnnotationAJ Package Description org.aspectj.weaver org.aspectj.weaver.bcel org.aspectj.weaver.patterns org.aspectj.weaver.reflect -
-
Uses of AnnotationAJ in org.aspectj.weaver
Classes in org.aspectj.weaver that implement AnnotationAJ Modifier and Type Class Description classAbstractAnnotationAJclassStandardAnnotationFields in org.aspectj.weaver declared as AnnotationAJ Modifier and Type Field Description protected AnnotationAJ[]ResolvedMemberImpl. annotationsstatic AnnotationAJ[]AnnotationAJ. EMPTY_ARRAYstatic AnnotationAJ[][]Member. NO_PARAMETER_ANNOTATIONXSprotected AnnotationAJ[][]ResolvedMemberImpl. parameterAnnotationsMethods in org.aspectj.weaver with parameters of type AnnotationAJ Modifier and Type Method Description voidJoinPointSignature. 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)voidJoinPointSignature. setAnnotations(AnnotationAJ[] annotations)voidResolvedMember. setAnnotations(AnnotationAJ[] annotations)voidResolvedMemberImpl. setAnnotations(AnnotationAJ[] annotations)Constructors in org.aspectj.weaver with parameters of type AnnotationAJ Constructor Description AnnotationAnnotationValue(AnnotationAJ value)AnnotationOnTypeMunger(AnnotationAJ anno) -
Uses of AnnotationAJ in org.aspectj.weaver.bcel
Classes in org.aspectj.weaver.bcel that implement AnnotationAJ Modifier and Type Class Description classBcelAnnotationMethods in org.aspectj.weaver.bcel that return AnnotationAJ Modifier and Type Method Description AnnotationAJ[]BcelObjectType. getAnnotations()AnnotationAJ[]LazyMethodGen. getAnnotations()Methods in org.aspectj.weaver.bcel with parameters of type AnnotationAJ Modifier and Type Method Description voidLazyMethodGen. addAnnotation(AnnotationAJ ax)voidLazyMethodGen. addParameterAnnotation(int parameterNumber, AnnotationAJ anno)static List<Lint.Kind>Utility. getSuppressedWarnings(AnnotationAJ[] anns, Lint lint) -
Uses of AnnotationAJ in org.aspectj.weaver.patterns
Methods in org.aspectj.weaver.patterns that return AnnotationAJ Modifier and Type Method Description AnnotationAJDeclareAnnotation. getAnnotation() -
Uses of AnnotationAJ in org.aspectj.weaver.reflect
Methods in org.aspectj.weaver.reflect that return AnnotationAJ Modifier and Type Method Description AnnotationAJAnnotationFinder. getAnnotationOfType(UnresolvedType ofType, Member onMember)AnnotationAJJava15AnnotationFinder. getAnnotationOfType(UnresolvedType ofType, Member onMember)AnnotationAJReflectionBasedResolvedMemberImpl. getAnnotationOfType(UnresolvedType ofType)AnnotationAJ[]Java15ReflectionBasedReferenceTypeDelegate. getAnnotations()AnnotationAJ[]ReflectionBasedReferenceTypeDelegate. getAnnotations()
-