org.granite.util
Class ClassUtil.DeclaredAnnotation<T extends java.lang.annotation.Annotation>

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

public static class ClassUtil.DeclaredAnnotation<T extends java.lang.annotation.Annotation>
extends java.lang.Object


Field Summary
 java.lang.reflect.AnnotatedElement annotatedElement
           
 T annotation
           
 java.lang.Class<?> declaringClass
           
 
Constructor Summary
ClassUtil.DeclaredAnnotation(T annotation, java.lang.reflect.AnnotatedElement annotatedElement, java.lang.Class<?> declaringClass)
           
 
Method Summary
 java.lang.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 java.lang.annotation.Annotation annotation

annotatedElement

public final java.lang.reflect.AnnotatedElement annotatedElement

declaringClass

public final java.lang.Class<?> declaringClass
Constructor Detail

ClassUtil.DeclaredAnnotation

public ClassUtil.DeclaredAnnotation(T annotation,
                                    java.lang.reflect.AnnotatedElement annotatedElement,
                                    java.lang.Class<?> declaringClass)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object