sun.reflect.annotation
Class AnnotationParser

java.lang.Object
  extended by sun.reflect.annotation.AnnotationParser

public class AnnotationParser
extends Object


Constructor Summary
AnnotationParser()
           
 
Method Summary
static Annotation annotationForMap(Class<? extends Annotation> annoType, Map<String,Object> map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationParser

public AnnotationParser()
Method Detail

annotationForMap

public static Annotation annotationForMap(Class<? extends Annotation> annoType,
                                          Map<String,Object> map)
                                   throws NotImplementedException
Throws:
NotImplementedException