net.sf.retrotranslator.runtime.java.lang.reflect
Interface AnnotatedElement_


public interface AnnotatedElement_

Author:
Taras Puchko

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)