src/share/classes/java/lang/reflect/package-info.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

*** 42,49 **** * inspectors, class browsers, and services such as Object * Serialization and JavaBeans that need access to either the public * members of a target object (based on its runtime class) or the * members declared by a given class. * ! * @since JDK1.1 */ package java.lang.reflect; --- 42,49 ---- * inspectors, class browsers, and services such as Object * Serialization and JavaBeans that need access to either the public * members of a target object (based on its runtime class) or the * members declared by a given class. * ! * @since 1.1 */ package java.lang.reflect;