make/netbeans/apt/README

Sat, 01 Dec 2007 00:00:00 +0000

author
duke
date
Sat, 01 Dec 2007 00:00:00 +0000
changeset 1
9a66ca7c79fa
permissions
-rw-r--r--

Initial load

duke@1 1 "apt" project README.
duke@1 2
duke@1 3 This project is for working on the annotation processing tool (apt)
duke@1 4 in the OpenJDK langtools component.
duke@1 5
duke@1 6 The tool was provided in Java 1.5, but has been superceded by new
duke@1 7 features in the compiler (javac) in Java 6. apt itself is now
duke@1 8 deprecated, and any further devlopment on it is strongly discouraged.
duke@1 9
duke@1 10 The main class for the tool is com.sun.tools.apt.Main.
duke@1 11
duke@1 12 NetBeans 5.0 or later is required and sufficient to use this
duke@1 13 project, and others in the OpenJDK langtools component.
duke@1 14 This is different from other projects in OpenJDK, which
duke@1 15 require version 6.0 or later.

mercurial