org.apache.hadoop.hbase.classification.tools
Class IncludePublicAnnotationsStandardDoclet
java.lang.Object
org.apache.hadoop.hbase.classification.tools.IncludePublicAnnotationsStandardDoclet
public class IncludePublicAnnotationsStandardDoclet
- extends Object
A Doclet
that only includes class-level elements that are annotated with
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncludePublicAnnotationsStandardDoclet
public IncludePublicAnnotationsStandardDoclet()
languageVersion
public static com.sun.javadoc.LanguageVersion languageVersion()
start
public static boolean start(com.sun.javadoc.RootDoc root)
optionLength
public static int optionLength(String option)
validOptions
public static boolean validOptions(String[][] options,
com.sun.javadoc.DocErrorReporter reporter)
Copyright © 2015 The Apache Software Foundation. All rights reserved.