Package pumlFromJava

Class FirstDoclet

java.lang.Object
pumlFromJava.FirstDoclet
All Implemented Interfaces:
Doclet

public class FirstDoclet extends Object implements Doclet
Doclets : https://openjdk.org/groups/compiler/processing-code.html

Doclets provide code that can be executed by the JDK javadoc tool. Although the tool is primarily designed to support the ability to generate API documentation from element declarations and documentation comments, it is not limited to that purpose, and can run any user-supplied doclet, which can use the Language Model API and Compiler Tree API to analyze the packages, classes and files specified on the command line.
A minimal doclet that just prints out the names of the selected elements.