src/share/classes/com/sun/jdi/event/ClassUnloadEvent.java

Print this page

        

@@ -37,10 +37,11 @@
  * @see VirtualMachine
  *
  * @author Robert Field
  * @since  1.3
  */
+@jdk.Supported
 public interface ClassUnloadEvent extends Event {
     /**
      * Returns the name of the class that has been unloaded.
      */
     public String className();