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

Print this page

        

@@ -35,10 +35,11 @@
  * @see VirtualMachine
  *
  * @author Robert Field
  * @since  1.3
  */
+@jdk.Supported
 public interface WatchpointEvent extends LocatableEvent {
 
     /**
      * Returns the field that is about to be accessed/modified.
      *