@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.Constructor and Description |
---|
IncludePublicAnnotationsStandardDoclet() |
Modifier and Type | Method and Description |
---|---|
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 IncludePublicAnnotationsStandardDoclet()
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-2016 The Apache Software Foundation. All Rights Reserved.