src/share/classes/java/lang/Class.java

Print this page

        

@@ -2518,11 +2518,11 @@
         }
         return (genericInfo != ClassRepository.NONE) ? genericInfo : null;
     }
 
     // Annotations handling
-    private native byte[] getRawAnnotations();
+    native byte[] getRawAnnotations();
     // Since 1.8
     native byte[] getRawTypeAnnotations();
     static byte[] getExecutableTypeAnnotationBytes(Executable ex) {
         return getReflectionFactory().getExecutableTypeAnnotationBytes(ex);
     }