jdk/src/java.base/share/classes/java/lang/reflect/AccessibleObject.java
changeset 25991 e48157b42439
parent 25979 42e5d9f8087e
parent 25859 3317bb8137f4
child 27783 6317ec69db47
equal deleted inserted replaced
25876:d06a6d3c66c0 25991:e48157b42439
    76      * {@code true} but accessibility of any of the elements of the input
    76      * {@code true} but accessibility of any of the elements of the input
    77      * {@code array} may not be changed (for example, if the element
    77      * {@code array} may not be changed (for example, if the element
    78      * object is a {@link Constructor} object for the class {@link
    78      * object is a {@link Constructor} object for the class {@link
    79      * java.lang.Class}).  In the event of such a SecurityException, the
    79      * java.lang.Class}).  In the event of such a SecurityException, the
    80      * accessibility of objects is set to {@code flag} for array elements
    80      * accessibility of objects is set to {@code flag} for array elements
    81      * upto (and excluding) the element for which the exception occurred; the
    81      * up to (and excluding) the element for which the exception occurred; the
    82      * accessibility of elements beyond (and including) the element for which
    82      * accessibility of elements beyond (and including) the element for which
    83      * the exception occurred is unchanged.
    83      * the exception occurred is unchanged.
    84      *
    84      *
    85      * @param array the array of AccessibleObjects
    85      * @param array the array of AccessibleObjects
    86      * @param flag  the new value for the {@code accessible} flag
    86      * @param flag  the new value for the {@code accessible} flag