diff options
Diffstat (limited to 'container-compiler-plugin/src/main/resources')
-rw-r--r-- | container-compiler-plugin/src/main/resources/META-INF/services/javax.annotation.processing.Processor | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/container-compiler-plugin/src/main/resources/META-INF/services/javax.annotation.processing.Processor b/container-compiler-plugin/src/main/resources/META-INF/services/javax.annotation.processing.Processor new file mode 100644 index 0000000..d8aa899 --- /dev/null +++ b/container-compiler-plugin/src/main/resources/META-INF/services/javax.annotation.processing.Processor @@ -0,0 +1 @@ +io.trygvis.container.compiler.MyProcessor |