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
- Host: GitHub
- URL: https://github.com/mageddo-projects/annotation-processing-tools
- Owner: mageddo-projects
- License: apache-2.0
- Created: 2019-12-01T17:21:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T03:52:59.000Z (almost 3 years ago)
- Last Synced: 2023-07-28T16:09:00.589Z (over 2 years ago)
- Topics: annotation-processor
- Language: Java
- Size: 290 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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