bsorrentino / maven-annotation-plugin

A maven plugin to process annotation from jdk8 and above at compile time

Home Page:http://bsorrentino.github.io/maven-annotation-plugin/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A maven plugin to process compile time annotation for jdk8 and above.

      Join the chat at https://gitter.im/bsorrentino/maven-annotation-plugin

This plugin helps to use from maven the new annotation processing integrated in java compiler provided from JDK8

This plugin was born as the 'alter ego' of maven apt plugin apt-maven-plugin

Documentation

Related plugin

plugin info
m2e-apt eclipse plugin from Jboss
m2e-annotations eclipse plugin

Develop an annotation processor

Releases

Date Version Info
Sep 21, 2023 Release 5.0 fix #102 - Plugin validation issues on Maven 3.9
Jul 12, 2021 Release 5.0-rc3 merge PR #96 - Thanks to Ulysses Rangel RIbeiro
Jul 12, 2021 Release 5.0-jdk8-rc3 Maintenance release compatible with JDK8
Jun 28, 2021 Release 5.0-rc2 merge PR #95 - Thanks to Ulysses Rangel RIbeiro
Jun 28, 2021 Release 5.0-jdk8-rc2 Maintenance release compatible with JDK8
Feb 04, 2021 Release 5.0-rc1 fix issue #91 #92 #93
Feb 04, 2021 Release 5.0-jdk8-rc1 Maintenance release compatible with JDK8

import maven dependency

If you want stay tuned on each update, use the SNAPSHOT version as shown below

   <plugin>
      <groupId>org.bsc.maven</groupId>
      <artifactId>maven-processor-plugin</artifactId>
      <version>x.x.x-SNAPSHOT</version>

   </plugin>


Releases History

About

A maven plugin to process annotation from jdk8 and above at compile time

http://bsorrentino.github.io/maven-annotation-plugin/index.html

License:MIT License


Languages

Language:HTML 39.7%Language:Java 37.3%Language:JavaScript 13.2%Language:CSS 8.4%Language:Shell 0.7%Language:Dockerfile 0.4%Language:Mustache 0.3%