de.grogra.reflect
Interface Annotation<T extends java.lang.annotation.Annotation>

All Known Implementing Classes:
AnnotationImpl

public interface Annotation<T extends java.lang.annotation.Annotation>


Method Summary
 Type<T> annotationType()
           
 java.lang.Object value(java.lang.String element)
           
 

Method Detail

annotationType

Type<T> annotationType()

value

java.lang.Object value(java.lang.String element)