All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rks.qdox.qdox.2.2.0.source-code.module-info Maven / Gradle / Ivy

Go to download

QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools.

The newest version!
module com.thoughtworks.qdox {
	requires java.desktop; // java.beans.Introspector
	
	exports com.thoughtworks.qdox;
	exports com.thoughtworks.qdox.model;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy