All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.lang.reflect.AccessibleObject Maven / Gradle / Ivy

The newest version!
package java.lang.reflect;

public class AccessibleObject {
    /**
     * @throws SecurityException
     */
    public static void setAccessible(AccessibleObject[] array, boolean flag) throws SecurityException {}


    protected AccessibleObject() {}

    public boolean isAccessible() {
        return false;
    }

    /**
     * @throws SecurityException
     */
    public void setAccessible(boolean flag) throws SecurityException {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy