src/share/classes/sun/misc/JavaLangAccess.java

Print this page

        

*** 47,56 **** --- 47,62 ---- */ AnnotationType getAnnotationType(Class<?> klass); /** * Get the array of bytes that is the class-file representation + * of this Class' annotations. + */ + byte[] getRawClassAnnotations(Class<?> klass); + + /** + * Get the array of bytes that is the class-file representation * of this Class' type annotations. */ byte[] getRawClassTypeAnnotations(Class<?> klass); /**