jdk/src/jdk.jdi/share/classes/com/sun/jdi/Locatable.java
changeset 34894 3248b89d1921
parent 30678 a8b7fd8ede97
child 45564 0149773a140c
equal deleted inserted replaced
34893:71fe40b51c50 34894:3248b89d1921
    31  * @author Robert Field
    31  * @author Robert Field
    32  * @author Gordon Hirsch
    32  * @author Gordon Hirsch
    33  * @author James McIlree
    33  * @author James McIlree
    34  * @since  1.3
    34  * @since  1.3
    35  */
    35  */
    36 @jdk.Exported
       
    37 public interface Locatable {
    36 public interface Locatable {
    38     /**
    37     /**
    39      * Returns the {@link Location} of this mirror, if there is
    38      * Returns the {@link Location} of this mirror, if there is
    40      * executable code associated with it. Note that both Java™
    39      * executable code associated with it. Note that both Java™
    41      * programming language methods and native methods have executable
    40      * programming language methods and native methods have executable