Uses of Class
org.aspectj.weaver.patterns.DeclareAnnotation.Kind
-
Packages that use DeclareAnnotation.Kind Package Description org.aspectj.weaver.patterns -
-
Uses of DeclareAnnotation.Kind in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as DeclareAnnotation.Kind Modifier and Type Field Description static DeclareAnnotation.KindDeclareAnnotation. AT_CONSTRUCTORstatic DeclareAnnotation.KindDeclareAnnotation. AT_FIELDstatic DeclareAnnotation.KindDeclareAnnotation. AT_METHODstatic DeclareAnnotation.KindDeclareAnnotation. AT_REMOVE_FROM_FIELDstatic DeclareAnnotation.KindDeclareAnnotation. AT_TYPEMethods in org.aspectj.weaver.patterns that return DeclareAnnotation.Kind Modifier and Type Method Description DeclareAnnotation.KindDeclareAnnotation. getKind()Constructors in org.aspectj.weaver.patterns with parameters of type DeclareAnnotation.Kind Constructor Description DeclareAnnotation(DeclareAnnotation.Kind kind, ISignaturePattern sigPattern)DeclareAnnotation(DeclareAnnotation.Kind kind, TypePattern typePattern)
-