a

aptIn16

aptIn16 is an implementation of the com.sun.mirror.* classes allowing classes implementing them to run as Java 1.6 javac in-process annotation processors. 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.
https://github.com/moparisthebest/aptIn16
GNU GENERAL PUBLIC LICENSE, Version 3
moparisthebest.com
Travis Burtrum
Files download
File Operation
aptIn16-0.2.pom download
Apache Maven
<dependency>
  <groupId>com.moparisthebest.aptIn16</groupId>
  <artifactId>aptIn16</artifactId>
  <version>0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.moparisthebest.aptIn16:aptIn16:0.2'
Gradle Kotlin
implementation("com.moparisthebest.aptIn16:aptIn16:0.2")
Scala SBT
libraryDependencies += "com.moparisthebest.aptIn16" % "aptIn16" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.moparisthebest.aptIn16', module='aptIn16', version='0.2')
)
Apache Ivy
<dependency org="com.moparisthebest.aptIn16" name="aptIn16" rev="0.2" />
Leiningen
[com.moparisthebest.aptIn16/aptIn16 "0.2"]
Apache Buildr
'com.moparisthebest.aptIn16:aptIn16:jar:0.2'