src/share/classes/com/sun/jdi/ThreadGroupReference.java

Print this page

        

@@ -35,12 +35,13 @@
  * @author Robert Field
  * @author Gordon Hirsch
  * @author James McIlree
  * @since  1.3
  */
-public interface ThreadGroupReference extends ObjectReference
-{
+@jdk.Supported
+public interface ThreadGroupReference extends ObjectReference {
+
     /**
      * Returns the name of this thread group.
      *
      * @return the string containing the thread group name.
      */