org.apache.hadoop.classification.tools
Class ExcludePrivateAnnotationsJDiffDoclet
java.lang.Object
org.apache.hadoop.classification.tools.ExcludePrivateAnnotationsJDiffDoclet
public class ExcludePrivateAnnotationsJDiffDoclet
- extends Object
A Doclet
for excluding elements that are annotated with
InterfaceAudience.Private or
InterfaceAudience.LimitedPrivate.
It delegates to the JDiff Doclet, and takes the same options.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcludePrivateAnnotationsJDiffDoclet
public ExcludePrivateAnnotationsJDiffDoclet()
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 © 2014 Apache Software Foundation. All Rights Reserved.