Uses of Enum Class
org.aspectj.weaver.loadtime.definition.Definition.DeclareAnnotationKind
Packages that use Definition.DeclareAnnotationKind
-
Uses of Definition.DeclareAnnotationKind in org.aspectj.weaver.loadtime.definition
Subclasses with type arguments of type Definition.DeclareAnnotationKind in org.aspectj.weaver.loadtime.definitionFields in org.aspectj.weaver.loadtime.definition declared as Definition.DeclareAnnotationKindMethods in org.aspectj.weaver.loadtime.definition that return Definition.DeclareAnnotationKindModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Definition.DeclareAnnotationKind[]Definition.DeclareAnnotationKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.aspectj.weaver.loadtime.definition with parameters of type Definition.DeclareAnnotationKindModifierConstructorDescriptionDeclareAnnotation(Definition.DeclareAnnotationKind kind, String pattern, String annotation)