bpiwowar.argparser.utils
Class AnnotatedElementAnnotationMap

java.lang.Object
  extended by bpiwowar.argparser.utils.AnnotatedElementAnnotationMap
All Implemented Interfaces:
AnnotationMap

public class AnnotatedElementAnnotationMap
extends Object
implements AnnotationMap

Annotations for

Author:
B. Piwowarski

Constructor Summary
AnnotatedElementAnnotationMap(AnnotatedElement object)
           
 
Method Summary
<T extends Annotation>
T
getAnnotation(Class<T> annotationClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedElementAnnotationMap

public AnnotatedElementAnnotationMap(AnnotatedElement object)
Method Detail

getAnnotation

public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
Specified by:
getAnnotation in interface AnnotationMap


Copyright © 2013. All Rights Reserved.