org.granite.util
Class TypeUtil.DeclaredAnnotation<T extends Annotation>

java.lang.Object
  extended by org.granite.util.TypeUtil.DeclaredAnnotation<T>
Enclosing class:
TypeUtil

public static class TypeUtil.DeclaredAnnotation<T extends Annotation>
extends Object


Field Summary
 AnnotatedElement annotatedElement
           
 T annotation
           
 Class<?> declaringClass
           
 
Constructor Summary
TypeUtil.DeclaredAnnotation(T annotation, AnnotatedElement annotatedElement, Class<?> declaringClass)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

annotation

public final T extends Annotation annotation

annotatedElement

public final AnnotatedElement annotatedElement

declaringClass

public final Class<?> declaringClass
Constructor Detail

TypeUtil.DeclaredAnnotation

public TypeUtil.DeclaredAnnotation(T annotation,
                                   AnnotatedElement annotatedElement,
                                   Class<?> declaringClass)
Method Detail

toString

public String toString()
Overrides:
toString in class Object