src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/ToolOption.java
changeset 48840 5e2d2067da48
parent 48515 0da9fb7d7d04
child 51891 9d9ab30af97d
equal deleted inserted replaced
48839:042834d56fbf 48840:5e2d2067da48
    43  *  <p><b>This is NOT part of any supported API.
    43  *  <p><b>This is NOT part of any supported API.
    44  *  If you write code that depends on this, you do so at your own risk.
    44  *  If you write code that depends on this, you do so at your own risk.
    45  *  This code and its internal interfaces are subject to change or
    45  *  This code and its internal interfaces are subject to change or
    46  *  deletion without notice.</b>
    46  *  deletion without notice.</b>
    47  */
    47  */
    48 @Deprecated
    48 @Deprecated(since="9", forRemoval=true)
       
    49 @SuppressWarnings("removal")
    49 public enum ToolOption {
    50 public enum ToolOption {
    50     // ----- options for underlying compiler -----
    51     // ----- options for underlying compiler -----
    51 
    52 
    52     BOOTCLASSPATH("-bootclasspath", true) {
    53     BOOTCLASSPATH("-bootclasspath", true) {
    53         @Override
    54         @Override