Update java/intellij to version 2016.3.2
[dports.git] / java / xdoclet / pkg-descr
1 XDoclet is a Java code generation engine. It enables Attribute-Oriented
2 Programming for java. In short, this means that you can add more
3 significance to your code by adding meta data (attributes) to your java
4 sources. This is done in special JavaDoc tags.
5
6 XDoclet will parse your source files and generate many artifacts such as
7 XML descriptors and/or source code from it. These files are generated
8 from templates that use the information provided in the source code and
9 its JavaDoc tags.
10
11 XDoclet lets you apply Continuous Integration in component-oriented
12 development. Developers should concentrate their editing work on only
13 one Java source file per component.
14
15 WWW: http://www.xdoclet.org/