close
The Wayback Machine - https://web.archive.org/web/20070708084315/https://aptmirrorapi.dev.java.net/
Login | Register
My pages Projects Communities java.net

aptmirrorapi
Project home

If you were registered and logged in, you could join this project.

Summary APT Mirror API for J2SE 5.0
Categories None
License Berkeley Software Distribution (BSD) License
Owner(s) dhanikonda, jddarcy

Message from the owner(s)

The files in this project have the source code for the annotation processing apt mirror API introduced in J2SE 5.0. By compiling these source files to a jar file, the resulting jar file can be used to compile annnotation processors instead of putting tools.jar on javac's classpath.

The apt API has been superseded by the JSR 269 API in JDK 6, javax.annotation.processing and javax.lang.model.*. In JDK 6, annotation processing is supported by javac. Annotation processing work should transition to the new API.

Description

APT Mirror API for J2SE 5.0