aptIn16.aptIn16 is an implementation of the Annotation Processing Tool (apt) com.sun.mirror.* classes allowing classes implementing them to run as Java 1.6 annotation processors inside of javac (JSR 269). This is orders of magnitude faster than apt. It can be used by anyone who currently relies on apt but would like to switch to the newer/faster javac.