Specify the packages whose qualifying names should be omitted from ahead of class names in the output.
The packages to omit are specified as the list of package patterns separated with newlines or colons (:
).
For example:
java.lang.*
javax.swing.*
Default Value:
The default value of this parameter is calculated according to the-noqualifier
option provided by the Standard Doclet.If that option is found on the Javadoc command line like:
the specified list of package patterns will be used as the default value of this parameter.
-noqualifier packagepattern1:packagepattern2:...
${include ../refs/standard_doclet_options.htm}