jodd.util
Class AnnotationDataReader.AnnotationData<N extends java.lang.annotation.Annotation>

java.lang.Object
  extended by jodd.util.AnnotationDataReader.AnnotationData<N>
Enclosing class:
AnnotationDataReader<A extends java.lang.annotation.Annotation,D extends AnnotationDataReader.AnnotationData<A>>

public abstract static class AnnotationDataReader.AnnotationData<N extends java.lang.annotation.Annotation>
extends java.lang.Object

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

annotation

protected final N extends java.lang.annotation.Annotation annotation
Constructor Detail

AnnotationDataReader.AnnotationData

protected AnnotationDataReader.AnnotationData(N annotation)
Method Detail

getAnnotation

public N getAnnotation()
Returns annotation.



Copyright © 2003-2012 Jodd Team