net.sourceforge.retroweaver.runtime.java.lang.reflect
Interface AnnotatedElement


public interface AnnotatedElement


Method Summary
<T extends Annotation>
T
getAnnotation(java.lang.Class<T> annotationType)
           
 Annotation[] getAnnotations()
           
 Annotation[] getDeclaredAnnotations()
           
 boolean isAnnotationPresent(java.lang.Class<? extends Annotation> annotationType)
           
 

Method Detail

getAnnotation

<T extends Annotation> T getAnnotation(java.lang.Class<T> annotationType)

getAnnotations

Annotation[] getAnnotations()

getDeclaredAnnotations

Annotation[] getDeclaredAnnotations()

isAnnotationPresent

boolean isAnnotationPresent(java.lang.Class<? extends Annotation> annotationType)