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.*
A package pattern ${include ../refs/package_pattern.htm}

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:

-noqualifier packagepattern1:packagepattern2:...
the specified list of package patterns will be used as the default value of this parameter.

${include ../refs/standard_doclet_options.htm}