summaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/services
diff options
context:
space:
mode:
author zaaarf <zaaarf@proton.me>2023-02-24 03:03:23 +0100
committer zaaarf <zaaarf@proton.me>2023-02-24 03:03:23 +0100
commit4f87eccc830a7086c8d0c25ceec03b4a18ef3438 (patch)
tree356f9dc1d2b11c339948133950b2f148065efbe8 /src/main/resources/META-INF/services
feat: initial commit, limited implementation of the annotation processor
Diffstat (limited to 'src/main/resources/META-INF/services')
-rw-r--r--src/main/resources/META-INF/services/javax.annotation.processing.Processor1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/META-INF/services/javax.annotation.processing.Processor b/src/main/resources/META-INF/services/javax.annotation.processing.Processor
new file mode 100644
index 0000000..508214e
--- /dev/null
+++ b/src/main/resources/META-INF/services/javax.annotation.processing.Processor
@@ -0,0 +1 @@
+ftbsc.lll.processor.LilleroProcessor \ No newline at end of file