< prev index next >

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

Print this page

        

@@ -293,11 +293,11 @@
         return annotationForMap(annotationClass, memberValues);
     }
 
     /**
      * Returns an annotation of the given type backed by the given
-     * member -> value map.
+     * 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 >