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

Print this page

        

@@ -36,10 +36,11 @@
  * @see com.sun.jdi.request.ModificationWatchpointRequest
  *
  * @author Robert Field
  * @since  1.3
  */
+@jdk.Supported
 public interface ModificationWatchpointEvent extends WatchpointEvent {
 
     /**
      * Value that will be assigned to the field when the instruction
      * completes.