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 8ff01a5 commit 7a629f9Copy full SHA for 7a629f9
gradle.properties
@@ -1,2 +1,2 @@
1
repositoryUrl=https://github.com/mageddo-projects/annotation-processing-tools.git
2
-version=2.3.4
+version=2.4.0
reflection-config-generator/README.md
@@ -1,7 +1,7 @@
Graal Reflection Configuration Generator provides an easy way to
geenrate GraalVM reflection config files, configure the
3
plugin on your gradle project, annotate the desired class class with
4
-`@RuntimeReflection` run the gradle build then you're done.
+`@Reflection` run the gradle build then you're done.
5
6
See [an example app](https://github.com/mageddo/graal-reflection-configuration-generator/tree/master/example)
7
0 commit comments