Package com.iohao.net.common.kit.source


package com.iohao.net.common.kit.source
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.
Author:
渔民小镇
date:
2025-02-27
  • Class
    Description
    Annotation metadata extracted from source.
    Class metadata extracted from Java source, including Javadoc comment, line number, methods, fields, and annotations.
    Javadoc tag extracted from source, such as @param or @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).
    Utility for parsing Java source files using the JDK Compiler Tree API.