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

Print this page

        

@@ -84,10 +84,11 @@
  * @author Robert Field
  * @author Gordon Hirsch
  * @author James McIlree
  * @since 1.3
  */
+@jdk.Supported
 public interface Location extends Mirror, Comparable<Location> {
 
     /**
      * Gets the type to which this Location belongs. Normally
      * the declaring type is a {@link ClassType}, but executable