|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.util.AnnotationDataReader.AnnotationData<N>
public abstract static class AnnotationDataReader.AnnotationData<N extends java.lang.annotation.Annotation>
Base class for annotation data, for holding annotation elements values.
| Field Summary | |
|---|---|
protected N |
annotation
|
| Constructor Summary | |
|---|---|
protected |
AnnotationDataReader.AnnotationData(N annotation)
|
| Method Summary | |
|---|---|
N |
getAnnotation()
Returns annotation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final N extends java.lang.annotation.Annotation annotation
| Constructor Detail |
|---|
protected AnnotationDataReader.AnnotationData(N annotation)
| Method Detail |
|---|
public N getAnnotation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||