Uses of Class
org.aspectj.weaver.patterns.DeclareAnnotation.Kind
Packages that use DeclareAnnotation.Kind
-
Uses of DeclareAnnotation.Kind in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as DeclareAnnotation.KindModifier and TypeFieldDescriptionstatic final DeclareAnnotation.KindDeclareAnnotation.AT_CONSTRUCTORstatic final DeclareAnnotation.KindDeclareAnnotation.AT_FIELDstatic final DeclareAnnotation.KindDeclareAnnotation.AT_METHODstatic final DeclareAnnotation.KindDeclareAnnotation.AT_REMOVE_FROM_FIELDstatic final DeclareAnnotation.KindDeclareAnnotation.AT_TYPEMethods in org.aspectj.weaver.patterns that return DeclareAnnotation.KindConstructors in org.aspectj.weaver.patterns with parameters of type DeclareAnnotation.KindModifierConstructorDescriptionDeclareAnnotation(DeclareAnnotation.Kind kind, ISignaturePattern sigPattern) Constructor for declare atMethod/atField/atConstructor.DeclareAnnotation(DeclareAnnotation.Kind kind, TypePattern typePattern) Constructor for declare atType.