org.jamon.annotations
Class AnnotationReflector

java.lang.Object
  extended by org.jamon.annotations.AnnotationReflector

public class AnnotationReflector
extends java.lang.Object


Constructor Summary
AnnotationReflector(java.lang.Class<?> p_class)
           
 
Method Summary
<T extends java.lang.annotation.Annotation>
T
getAnnotation(java.lang.Class<T> p_class)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationReflector

public AnnotationReflector(java.lang.Class<?> p_class)
Method Detail

getAnnotation

public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> p_class)


jamon