< prev index next >

src/java.base/share/classes/sun/reflect/annotation/AnnotationParser.java

Print this page

        

*** 293,303 **** return annotationForMap(annotationClass, memberValues); } /** * Returns an annotation of the given type backed by the given ! * member -> value map. */ public static Annotation annotationForMap(final Class<? extends Annotation> type, final Map<String, Object> memberValues) { return AccessController.doPrivileged(new PrivilegedAction<Annotation>() { --- 293,303 ---- return annotationForMap(annotationClass, memberValues); } /** * Returns an annotation of the given type backed by the given ! * member {@literal ->} value map. */ public static Annotation annotationForMap(final Class<? extends Annotation> type, final Map<String, Object> memberValues) { return AccessController.doPrivileged(new PrivilegedAction<Annotation>() {
< prev index next >