Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
alias |
protected java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType |
protected java.lang.String |
value |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
alias() |
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType() |
static ActionAnnotationValues |
of(AnnotationParser annotationParser,
java.lang.reflect.AnnotatedElement annotatedElement) |
java.lang.String |
value() |
protected final java.lang.String value
protected final java.lang.String alias
protected final java.lang.Class<? extends java.lang.annotation.Annotation> annotationType
public static ActionAnnotationValues of(AnnotationParser annotationParser, java.lang.reflect.AnnotatedElement annotatedElement)
public java.lang.String value()
public java.lang.String alias()
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType
in interface java.lang.annotation.Annotation
Copyright © 2003-present Jodd Team