Uses of Class
org.aspectj.weaver.loadtime.definition.Definition.DeclareAnnotationKind
-
Packages that use Definition.DeclareAnnotationKind Package Description org.aspectj.weaver.loadtime.definition -
-
Uses of Definition.DeclareAnnotationKind in org.aspectj.weaver.loadtime.definition
Fields in org.aspectj.weaver.loadtime.definition declared as Definition.DeclareAnnotationKind Modifier and Type Field Description Definition.DeclareAnnotationKindDefinition.DeclareAnnotation. declareAnnotationKindMethods in org.aspectj.weaver.loadtime.definition that return Definition.DeclareAnnotationKind Modifier and Type Method Description static Definition.DeclareAnnotationKindDefinition.DeclareAnnotationKind. valueOf(String name)Returns the enum constant of this type with the specified name.static Definition.DeclareAnnotationKind[]Definition.DeclareAnnotationKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.aspectj.weaver.loadtime.definition with parameters of type Definition.DeclareAnnotationKind Constructor Description DeclareAnnotation(Definition.DeclareAnnotationKind kind, String pattern, String annotation)
-