Definitions for "XDoclet "
XDoclet is a code generation engine for Java that adds meta-data to the a method's JavaDoc. It derives artifacts such as XML descriptors and/or source code using information provided in the source code and its JavaDoc tags by using the xjavadoc parser.
XDoclet is an extended Javadoc Doclet engine. It's a generic Java tool that lets you create custom Javadoc @tags and based on those @tags generate source code or other files using a template engine it provides.
A code generation engine that enables attribute oriented programming for java.