Uses of Interface
org.aspectj.weaver.AnnotatedElement
-
Packages that use AnnotatedElement Package Description org.aspectj.weaver org.aspectj.weaver.bcel org.aspectj.weaver.patterns org.aspectj.weaver.reflect -
-
Uses of AnnotatedElement in org.aspectj.weaver
Subinterfaces of AnnotatedElement in org.aspectj.weaver Modifier and Type Interface Description interfaceResolvedMemberClasses in org.aspectj.weaver that implement AnnotatedElement Modifier and Type Class Description classArrayReferenceTypeclassBoundedReferenceTypeclassJoinPointSignatureclassMissingResolvedTypeWithKnownSignatureclassReferenceTypeclassResolvedMemberImplclassResolvedPointcutDefinitionclassResolvedTypeclassTypeVariableReferenceType -
Uses of AnnotatedElement in org.aspectj.weaver.bcel
Classes in org.aspectj.weaver.bcel that implement AnnotatedElement Modifier and Type Class Description static classAtAjAttributes.LazyResolvedPointcutDefinition -
Uses of AnnotatedElement in org.aspectj.weaver.patterns
Methods in org.aspectj.weaver.patterns with parameters of type AnnotatedElement Modifier and Type Method Description FuzzyBooleanAnnotationTypePattern. fastMatches(AnnotatedElement annotated)FuzzyBooleanAnyAnnotationTypePattern. fastMatches(AnnotatedElement annotated)FuzzyBooleanExactAnnotationFieldTypePattern. fastMatches(AnnotatedElement annotated)FuzzyBooleanExactAnnotationTypePattern. fastMatches(AnnotatedElement annotated)FuzzyBooleanAndAnnotationTypePattern. matches(AnnotatedElement annotated)FuzzyBooleanAndAnnotationTypePattern. matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)abstract FuzzyBooleanAnnotationTypePattern. matches(AnnotatedElement annotated)abstract FuzzyBooleanAnnotationTypePattern. matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)FuzzyBooleanAnyAnnotationTypePattern. matches(AnnotatedElement annotated)FuzzyBooleanAnyAnnotationTypePattern. matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)FuzzyBooleanBindingAnnotationFieldTypePattern. matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)FuzzyBooleanExactAnnotationFieldTypePattern. matches(AnnotatedElement annotated)FuzzyBooleanExactAnnotationFieldTypePattern. matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)FuzzyBooleanExactAnnotationTypePattern. matches(AnnotatedElement annotated)FuzzyBooleanExactAnnotationTypePattern. matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)FuzzyBooleanNotAnnotationTypePattern. matches(AnnotatedElement annotated)FuzzyBooleanNotAnnotationTypePattern. matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)FuzzyBooleanOrAnnotationTypePattern. matches(AnnotatedElement annotated)FuzzyBooleanOrAnnotationTypePattern. matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)FuzzyBooleanWildAnnotationTypePattern. matches(AnnotatedElement annotated)FuzzyBooleanWildAnnotationTypePattern. matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)FuzzyBooleanExactAnnotationFieldTypePattern. matchesRuntimeType(AnnotatedElement annotated)FuzzyBooleanExactAnnotationTypePattern. matchesRuntimeType(AnnotatedElement annotated) -
Uses of AnnotatedElement in org.aspectj.weaver.reflect
Classes in org.aspectj.weaver.reflect that implement AnnotatedElement Modifier and Type Class Description classDeferredResolvedPointcutDefinitionclassReflectionBasedResolvedMemberImpl
-