< prev index next >

langtools/src/jdk.javadoc/share/classes/com/sun/tools/doclets/standard/Standard.java

Print this page

        

@@ -31,11 +31,11 @@
 /**
  * This doclet generates HTML-formatted documentation for the specified packages and types.
  * @deprecated The doclet has been superseded by its replacement,
  * {@code jdk.javadoc.doclets.StandardDoclet}.
  */
-@Deprecated
+@Deprecated(forRemoval=true, since="9")
 public class Standard {
 
     public static int optionLength(String option) {
         return HtmlDoclet.optionLength(option);
     }
< prev index next >