src/java.base/share/classes/java/lang/reflect/Proxy.java
changeset 58520 e036ee8bae56
parent 57956 e0b8b019d2f5
child 58679 9c3209ff7550
equal deleted inserted replaced
58519:6e017b301287 58520:e036ee8bae56
   306 
   306 
   307     /**
   307     /**
   308      * the invocation handler for this proxy instance.
   308      * the invocation handler for this proxy instance.
   309      * @serial
   309      * @serial
   310      */
   310      */
       
   311     @SuppressWarnings("serial") // Not statically typed as Serializable
   311     protected InvocationHandler h;
   312     protected InvocationHandler h;
   312 
   313 
   313     /**
   314     /**
   314      * Prohibits instantiation.
   315      * Prohibits instantiation.
   315      */
   316      */