Package com.strobel.reflection.emit
Class AnnotationSupport
java.lang.Object
com.strobel.reflection.emit.AnnotationSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static <A extends Annotation>
AannotationForMap
(Class<A> annotationClass, Map<String, Object> memberValues)
-
Constructor Details
-
AnnotationSupport
AnnotationSupport()
-
-
Method Details
-
annotationForMap
static <A extends Annotation> A annotationForMap(Class<A> annotationClass, Map<String, Object> memberValues)
-