bpiwowar.argparser.utils
Interface AnnotationMap

All Known Implementing Classes:
AnnotatedElementAnnotationMap, ListAnnotationMap

public interface AnnotationMap

A map for annotations (generalises the annotation mechanism to methods)

Author:
B. Piwowarski

Method Summary
<T extends Annotation>
T
getAnnotation(Class<T> annotationClass)
           
 

Method Detail

getAnnotation

<T extends Annotation> T getAnnotation(Class<T> annotationClass)


Copyright © 2013. All Rights Reserved.