We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c82b67 commit 7763612Copy full SHA for 7763612
README.md
@@ -1,12 +1,15 @@
1
-## annotation-processing-tools
+## Annotation Processing Tools
2
A set of useful tools when creating annotation processing libs
3
4
## [Lombok-Ext][1]
5
-* Adds support to Text Blocks in Java 7+
+* Adds support to Text Blocks
6
7
## [Reflection Config Generator][2]
8
+* Automatically generates [json reflect config][3] for specified classes or entire packages.
9
-[1]: lombok-ext
10
-[1]: reflection-config-generator
+## Requirements
11
+* Java 7+
12
-## Require
13
+[1]: lombok-ext
14
+[2]: reflection-config-generator
15
+[3]: https://www.graalvm.org/22.0/reference-manual/native-image/Reflection/#manual-configuration
0 commit comments