- 介绍
XDoclet是一个开源的代码生成引擎。它是面向属性编程的(Attribute-Oriented Programming)。意味着你可以通过给java资源文件中添加元素据(属性)从而实现增加更多的信息。这都是通过JavaDoc标记来完成的。
XDoclet会解析你的源文件,并且生成XML等描述性文件。这可以让你在面向组件开发中使用持续集成。开发者只需要关注源文件即可。
官网地址:http://xdoclet.sourceforge.net/xdoclet/index.html
- 环境依赖
必须确保JDK中lib目录下的tools.jar在classpath环境变量中,而且需要Jakarta Ant 1.5或者更高版本。
- 下载
下载地址:http://sourceforge.net/projects/xdoclet/
xdoclet-lib-1.2, includes all needed libraries
xdoclet-bin-1.2, includes the documentation, all needed libraries and samples
xdoclet-src-1.2, includes scripts and sources needed to build XDoclet (see below)