aptmirrorapi
Project home
If you were registered and logged in, you could join this project.
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