Uses of Package
com.iohao.net.common.kit.source
Packages that use com.iohao.net.common.kit.source
Package
Description
Provides Java source file parsing utilities using the JDK Compiler Tree API,
replacing the third-party QDox library for extracting Javadoc comments,
line numbers, annotations, and enum constant arguments from source files.
Provides documentation metadata and code-generation support used to produce client-facing API
artifacts from ionet action definitions.
-
Classes in com.iohao.net.common.kit.source used by com.iohao.net.common.kit.sourceClassDescriptionClass metadata extracted from Java source, including Javadoc comment, line number, methods, fields, and annotations.Javadoc tag extracted from source, such as
@paramor@return.Field metadata extracted from Java source, including Javadoc comment and enum constant arguments.Method metadata extracted from Java source, including Javadoc comment, line number, and doc tags (@param,@return). -
Classes in com.iohao.net.common.kit.source used by com.iohao.net.framework.core.docClassDescriptionClass metadata extracted from Java source, including Javadoc comment, line number, methods, fields, and annotations.