XDoclet is a code generation engine based on meta data specified in javadoc tags. This documentation is for XDoclet2,
which is a rewrite of XDoclet 1.2.x.
The XJavaDoc engine is a complete rewrite of Sun's JavaDoc engine that
is faster and more suited for XDoclet (although it is completely
standalone). It scans java source code and makes information about a
class available via special java beans that are part of the XJavaDoc
core. These beans provide the same information about a class as Sun's
JavaDoc API, and some nice extra features.