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

Print this page

        

@@ -50,10 +50,11 @@
  * @see ThreadReference
  *
  * @author Robert Field
  * @since  1.3
  */
+@jdk.Supported
 public interface ThreadStartEvent extends Event {
     /**
      * Returns the thread which has started.
      *
      * @return a {@link ThreadReference} which mirrors the event's thread in