org.apache.hadoop.hbase.classification.tools
Class ExcludePrivateAnnotationsStandardDoclet
java.lang.Object
org.apache.hadoop.hbase.classification.tools.ExcludePrivateAnnotationsStandardDoclet
public class ExcludePrivateAnnotationsStandardDoclet
- extends Object
A Doclet
for excluding elements that are annotated with
InterfaceAudience.Private
or
InterfaceAudience.LimitedPrivate
.
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 |
ExcludePrivateAnnotationsStandardDoclet
public ExcludePrivateAnnotationsStandardDoclet()
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.