public class SpringRequestDoclet
extends com.sun.javadoc.Doclet
Constructor and Description |
---|
SpringRequestDoclet() |
Modifier and Type | Method and Description |
---|---|
static com.sun.javadoc.LanguageVersion |
languageVersion()
This method may be necessary to expose show generic arguments in the class information.
|
static int |
optionLength(String option)
This method is necessary otherwise syntax errors because of invalid options is generated.
|
static boolean |
start(com.sun.javadoc.RootDoc root)
Actually do the processing of the variable class information so we can general the documentation output.
|
static boolean |
validOptions(String[][] options,
com.sun.javadoc.DocErrorReporter docErrorReporter)
This method is necessary otherwise syntax errors are generated because of invalid options is generated.
|
public static boolean start(com.sun.javadoc.RootDoc root)
Doclet.start(RootDoc)
public static com.sun.javadoc.LanguageVersion languageVersion()
Doclet.languageVersion()
public static int optionLength(String option)
Doclet.optionLength(String)
public static boolean validOptions(String[][] options, com.sun.javadoc.DocErrorReporter docErrorReporter)
Doclet.validOptions(String[][], DocErrorReporter)
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.