@InterfaceAudience.Private public class IncludePublicAnnotationsStandardDoclet extends Object
InterfaceAudience.Public.
Class-level elements with no annotation are excluded.
In addition, all elements that are annotated with
InterfaceAudience.Private or
InterfaceAudience.LimitedPrivate
are also excluded.
It delegates to the Standard Doclet, and takes the same options.| 构造器和说明 |
|---|
IncludePublicAnnotationsStandardDoclet() |
| 限定符和类型 | 方法和说明 |
|---|---|
static com.sun.javadoc.LanguageVersion |
languageVersion() |
static int |
optionLength(String option) |
static boolean |
start(com.sun.javadoc.RootDoc root) |
static boolean |
validOptions(String[][] options,
com.sun.javadoc.DocErrorReporter reporter) |
public static com.sun.javadoc.LanguageVersion languageVersion()
public static boolean start(com.sun.javadoc.RootDoc root)
public static int optionLength(String option)
public static boolean validOptions(String[][] options, com.sun.javadoc.DocErrorReporter reporter)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.