< prev index next >

src/java.base/share/classes/java/lang/reflect/Method.java

Print this page
rev 55127 : 8223351: [lworld] Primary mirror and nullable mirror for inline type
Reviewed-by: tbd

*** 212,223 **** byte[] getAnnotationBytes() { return annotations; } /** ! * Returns the {@code Class} object representing ! * {@linkplain Class#asBoxType() the box type} of the class or interface * that declares the method represented by this object. * */ @Override public Class<?> getDeclaringClass() { --- 212,222 ---- byte[] getAnnotationBytes() { return annotations; } /** ! * Returns the {@code Class} object representing the class or interface * that declares the method represented by this object. * */ @Override public Class<?> getDeclaringClass() {
< prev index next >