An open API service indexing awesome lists of open source software.

https://github.com/mageddo-projects/annotation-processing-tools

A set of useful tools when creating annotation processing libs
https://github.com/mageddo-projects/annotation-processing-tools

annotation-processor

Last synced: 13 days ago
JSON representation

A set of useful tools when creating annotation processing libs

Awesome Lists containing this project

README

          

## Annotation Processing Tools
A set of useful tools when creating annotation processing libs

## [Lombok-Ext][1]
* Adds support to Text Blocks

## [Reflection Config Generator][2]
* Automatically generates [json reflect config][3] for specified classes or entire packages.

## Requirements
* Java 7+

## Publishing a new version

```bash
$ ./gradlew clean release build publishToMavenCentral closeAndReleaseMavenCentralStagingRepository
```

[1]: lombok-ext
[2]: reflection-config-generator
[3]: https://www.graalvm.org/22.0/reference-manual/native-image/Reflection/#manual-configuration