Module jdk.javadoc

Defines the implementation of the system documentation tool and its command line equivalent, javadoc.

javadoc

This module provides the equivalent of command-line access to javadoc via the ToolProvider and Tool service provider interfaces (SPIs), and more flexible access via the DocumentationTool SPI.

Instances of the tools can be obtained by calling ToolProvider.findFirst or the service loader with the name "javadoc".

Tool Guides:
javadoc
Module Graph:
Module graph for jdk.javadocModule graph for jdk.javadoc
Since:
9
See Also:
Documentation Comment Specification for the Standard Doclet

Packages

Package Description
com.sun.javadoc

Note: The declarations in this package have been superseded by those in the package jdk.javadoc.doclet.

com.sun.tools.javadoc

This package and its contents are deprecated and may be removed in a future release.

jdk.javadoc.doclet

The Doclet API provides an environment which, in conjunction with the Language Model API and Compiler Tree API, allows clients to inspect the source-level structures of programs and libraries, including API comments embedded in the source.

From Packages
java.compiler javax.annotation.processing javax.lang.model javax.lang.model.element javax.lang.model.type javax.lang.model.util javax.tools
jdk.compiler com.sun.source.doctree com.sun.source.tree com.sun.source.util com.sun.tools.javac

Modules

Modifier Module Description
transitive java.compiler

Defines the Language Model, Annotation Processing, and Java Compiler APIs.

transitive jdk.compiler

Defines the implementation of the system Java compiler and its command line equivalent, javac.

Services

Type Description
DocumentationTool
Tool
ToolProvider

© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.javadoc/module-summary.html