Annotation Processing Commons

A library with common functionalities for facilitating the implementation of Java annotation processors.

License

License

Categories

Categories

SBE Data Data Structures
GroupId

GroupId

com.github.misberner.ap-commons
ArtifactId

ArtifactId

ap-commons
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Annotation Processing Commons
A library with common functionalities for facilitating the implementation of Java annotation processors.
Project URL

Project URL

https://github.com/misberner/ap-commons
Source Code Management

Source Code Management

https://github.com/misberner/ap-commons/tree/master

Download ap-commons

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.misberner.ap-commons/ap-commons/ -->
<dependency>
    <groupId>com.github.misberner.ap-commons</groupId>
    <artifactId>ap-commons</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.misberner.ap-commons/ap-commons/
implementation 'com.github.misberner.ap-commons:ap-commons:0.0.2'
// https://jarcasting.com/artifacts/com.github.misberner.ap-commons/ap-commons/
implementation ("com.github.misberner.ap-commons:ap-commons:0.0.2")
'com.github.misberner.ap-commons:ap-commons:jar:0.0.2'
<dependency org="com.github.misberner.ap-commons" name="ap-commons" rev="0.0.2">
  <artifact name="ap-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.misberner.ap-commons', module='ap-commons', version='0.0.2')
)
libraryDependencies += "com.github.misberner.ap-commons" % "ap-commons" % "0.0.2"
[com.github.misberner.ap-commons/ap-commons "0.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

There are no modules declared in this project.

AP Commons Library

AP Commons is a library to facilitate writing your own annotation processors using the Annotation Processing API. Note that this is not the API of the Annotation Processing Tool (APT), which is a Sun/Oracle proprietary technology and has been deprecated since Java SE 7 in favor of the standardized javax.lang.model and javax.annotation.processing APIs.

License

AP Commons is licensed under the terms of the Apache License, Version 2.0.

Resources

Versions

Version
0.0.2
0.0.1