Package org.apache.yetus.audience.tools
Class ExcludePrivateAnnotationsStandardDoclet
- java.lang.Object
-
- jdk.javadoc.doclet.StandardDoclet
-
- org.apache.yetus.audience.tools.ExcludePrivateAnnotationsStandardDoclet
-
- All Implemented Interfaces:
Doclet
- Direct Known Subclasses:
IncludePublicAnnotationsStandardDoclet
@Public @Evolving public class ExcludePrivateAnnotationsStandardDoclet extends StandardDoclet
ADoclet
for excluding elements that are annotated withInterfaceAudience.Private
orInterfaceAudience.LimitedPrivate
. It delegates to the Standard Doclet, and takes the same options.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jdk.javadoc.doclet.Doclet
Doclet.Option
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Set<Doclet.Option>
getSupportedOptions()
boolean
run(DocletEnvironment environment)
-
Methods inherited from class jdk.javadoc.doclet.StandardDoclet
getSupportedSourceVersion, init
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceDoclet
- Overrides:
getName
in classStandardDoclet
-
getSupportedOptions
public Set<Doclet.Option> getSupportedOptions()
- Specified by:
getSupportedOptions
in interfaceDoclet
- Overrides:
getSupportedOptions
in classStandardDoclet
-
run
public boolean run(DocletEnvironment environment)
- Specified by:
run
in interfaceDoclet
- Overrides:
run
in classStandardDoclet
-
-