public class ActionAnnotation<A extends java.lang.annotation.Annotation> extends AnnotationDataReader<A,ActionAnnotationData<A>>
annotationClass, defaultAnnotation| Constructor and Description |
|---|
ActionAnnotation(java.lang.Class<A> annotationClass) |
| Modifier and Type | Method and Description |
|---|---|
protected ActionAnnotationData<A> |
createAnnotationData(A annotation)
Creates annotation data from given annotation.
|
ActionAnnotationData<A> |
readAnnotatedElement(java.lang.reflect.AnnotatedElement annotatedElement)
Need to override to make java compiler happy.
|
getAnnotationClass, hasAnnotationOn, readBoolean, readElement, readInt, readString, readStringElementpublic ActionAnnotation(java.lang.Class<A> annotationClass)
public ActionAnnotationData<A> readAnnotatedElement(java.lang.reflect.AnnotatedElement annotatedElement)
readAnnotatedElement in class AnnotationDataReader<A extends java.lang.annotation.Annotation,ActionAnnotationData<A extends java.lang.annotation.Annotation>>protected ActionAnnotationData<A> createAnnotationData(A annotation)
createAnnotationData in class AnnotationDataReader<A extends java.lang.annotation.Annotation,ActionAnnotationData<A extends java.lang.annotation.Annotation>>Copyright © 2003-present Jodd Team