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

Print this page

        

@@ -36,10 +36,11 @@
  * @see MonitorWaitedEvent
  *
  * @author Swamy Venkataramanappa
  * @since  1.6
  */
+@jdk.Supported
 public interface MonitorWaitEvent extends LocatableEvent {
 
     /**
      * Returns the thread in which monitor wait event has occurred.
      * <p>