java-qdox 2.0-M2
Parse definitions from Java source files
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.
- Website: https://github.com/codehaus/qdox
- Licenses: ASL 2.0
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install java-qdox 2.0-M2
as follows:
guix install java-qdox@2.0-M2
Or install the latest version:
guix install java-qdox
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.