Last Version

aptIn16 0.2

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.

License

License

GroupId

GroupId

com.moparisthebest.aptIn16
ArtifactId

ArtifactId

aptIn16
Version

Version

0.2
Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://github.com/moparisthebest/aptIn16
Project Organization

Project Organization

moparisthebest.com
Source Code Management

Source Code Management

https://github.com/moparisthebest/aptIn16

Download aptIn16 0.2

Filename Size
aptIn16-0.2.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.moparisthebest.aptIn16/aptIn16/ -->
<dependency>
    <groupId>com.moparisthebest.aptIn16</groupId>
    <artifactId>aptIn16</artifactId>
    <version>0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.moparisthebest.aptIn16/aptIn16/
implementation 'com.moparisthebest.aptIn16:aptIn16:0.2'
// https://jarcasting.com/artifacts/com.moparisthebest.aptIn16/aptIn16/
implementation ("com.moparisthebest.aptIn16:aptIn16:0.2")
'com.moparisthebest.aptIn16:aptIn16:pom:0.2'
<dependency org="com.moparisthebest.aptIn16" name="aptIn16" rev="0.2">
  <artifact name="aptIn16" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.moparisthebest.aptIn16', module='aptIn16', version='0.2')
)
libraryDependencies += "com.moparisthebest.aptIn16" % "aptIn16" % "0.2"
[com.moparisthebest.aptIn16/aptIn16 "0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • apt-mirror-api
  • core
  • apt-processor
  • netui-compiler