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

Print this page

        

@@ -41,10 +41,11 @@
  * @author Robert Field
  * @author Gordon Hirsch
  * @author James McIlree
  * @since  1.3
  */
+@jdk.Supported
 public interface InterfaceType extends ReferenceType {
     /**
      * Gets the interfaces directly extended by this interface.
      * The returned list contains only those interfaces this
      * interface has declared to be extended.