src/share/classes/com/sun/jdi/connect/AttachingConnector.java

Print this page

        

@@ -33,10 +33,11 @@
  * A connector which attaches to a previously running target VM.
  *
  * @author Gordon Hirsch
  * @since  1.3
  */
+@jdk.Supported
 public interface AttachingConnector extends Connector {
     /**
      * Attaches to a running application and and returns a
      * mirror of its VM.
      * <p>