< prev index next >

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

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 438,448 **** * static members and constructors then {@code obj} must be {@code null}. * * <p> This method returns {@code true} if the {@code accessible} flag * is set to {@code true}, i.e. the checks for Java language access control * are suppressed, or if the caller can access the member as ! * specified in <cite>The Java&trade; Language Specification</cite>, * with the variation noted in the class description. </p> * * @param obj an instance object of the declaring class of this reflected * object if it is an instance method or field * --- 438,448 ---- * static members and constructors then {@code obj} must be {@code null}. * * <p> This method returns {@code true} if the {@code accessible} flag * is set to {@code true}, i.e. the checks for Java language access control * are suppressed, or if the caller can access the member as ! * specified in <cite>The Java Language Specification</cite>, * with the variation noted in the class description. </p> * * @param obj an instance object of the declaring class of this reflected * object if it is an instance method or field *
< prev index next >