Uses of Class
com.iohao.net.common.kit.source.SourceMethod
Packages that use SourceMethod
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.
-
Uses of SourceMethod in com.iohao.net.common.kit.source
Constructor parameters in com.iohao.net.common.kit.source with type arguments of type SourceMethodModifierConstructorDescriptionSourceClass(String fullyQualifiedName, String comment, int lineNumber, List<SourceMethod> methods, List<SourceField> fields, List<SourceAnnotation> annotations)