JDK 5.0 Java Annotation Processing Tool (APT)-related APIs & Developer Guides -- from Sun Microsystems (original) (raw)

apt is a command-line utility for annotation processing. It includes a set of reflective APIs and supporting infrastructure to process program annotations(JSR 175). These reflective APIs provide a build-time, source-based, read-only view of program structure. They are designed to cleanly model the JavaTMprogramming language's type system after the addition ofgenerics(JSR 14).

apt first runs annotation processors that can produce new source code and other files. Next, apt can cause compilation of both original and generated source files, thus easing the development cycle.