Class AnnotationLiteral.PrivilegedActionForAccessibleObject

  • All Implemented Interfaces:
    java.security.PrivilegedAction<java.lang.Object>
    Enclosing class:
    AnnotationLiteral<T extends java.lang.annotation.Annotation>

    protected static class AnnotationLiteral.PrivilegedActionForAccessibleObject
    extends java.lang.Object
    implements java.security.PrivilegedAction<java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean flag  
      (package private) java.lang.reflect.AccessibleObject object  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PrivilegedActionForAccessibleObject​(java.lang.reflect.AccessibleObject object, boolean flag)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • object

        java.lang.reflect.AccessibleObject object
      • flag

        boolean flag
    • Constructor Detail

      • PrivilegedActionForAccessibleObject

        protected PrivilegedActionForAccessibleObject​(java.lang.reflect.AccessibleObject object,
                                                      boolean flag)
    • Method Detail

      • run

        public java.lang.Object run()
        Specified by:
        run in interface java.security.PrivilegedAction<java.lang.Object>