Gradle Annotations Processor for FormKiQ's Graalvm Annotations. The annotations are used to generate a Graalvm Reflection File.
The generated file can be found in $buildDir/classes/java/main/META-INF/graal/reflect.json
.
Add the following to your build.gradle to enable processing FormKiQ's Graalvm Annotations.
dependencies {
annotationProcessor 'com.formkiq:graalvm-annotations-processor:1.1.1'
<!-- Replace 1.1.1 with the version you want to use -->
}
See Samples for examples on how to use the Graalvm Annotations and Processor.