diff options
Diffstat (limited to 'java/xdoclet/pkg-descr')
-rw-r--r-- | java/xdoclet/pkg-descr | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/java/xdoclet/pkg-descr b/java/xdoclet/pkg-descr deleted file mode 100644 index 7d68972b331b..000000000000 --- a/java/xdoclet/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -XDoclet is a Java code generation engine. It enables Attribute-Oriented -Programming for java. In short, this means that you can add more -significance to your code by adding meta data (attributes) to your java -sources. This is done in special JavaDoc tags. - -XDoclet will parse your source files and generate many artifacts such as -XML descriptors and/or source code from it. These files are generated -from templates that use the information provided in the source code and -its JavaDoc tags. - -XDoclet lets you apply Continuous Integration in component-oriented -development. Developers should concentrate their editing work on only -one Java source file per component. - -WWW: http://www.xdoclet.org/ |