public static class Definition.DeclareAnnotation extends Object
Modifier and Type | Field and Description |
---|---|
String |
annotation |
Definition.DeclareAnnotationKind |
declareAnnotationKind |
String |
pattern |
Constructor and Description |
---|
DeclareAnnotation(Definition.DeclareAnnotationKind kind,
String pattern,
String annotation) |
public final Definition.DeclareAnnotationKind declareAnnotationKind
public final String pattern
public final String annotation
public DeclareAnnotation(Definition.DeclareAnnotationKind kind, String pattern, String annotation)