aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author zaaarf <zaaarf@proton.me>2023-08-24 01:51:26 +0200
committer zaaarf <zaaarf@proton.me>2023-08-24 01:51:26 +0200
commit4289726e1f191f0a11fa87ad4e6d208a2599b92a (patch)
tree6251ac1633cbce42dad329a38c98b85ab596eaff
parentca13fffd0e356a4a0c73563ff90a145acb5d7706 (diff)
chore: specified the annotation type
-rw-r--r--src/main/java/ftbsc/geb/processor/GEBProcessor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/ftbsc/geb/processor/GEBProcessor.java b/src/main/java/ftbsc/geb/processor/GEBProcessor.java
index 5ea4c38..79633ce 100644
--- a/src/main/java/ftbsc/geb/processor/GEBProcessor.java
+++ b/src/main/java/ftbsc/geb/processor/GEBProcessor.java
@@ -27,7 +27,7 @@ import java.util.stream.Collectors;
* GEB's {@link javax.annotation.processing.Processor annotation processor},
* which takes care of generating the {@link IEventDispatcher dispatchers}.
*/
-@SupportedAnnotationTypes({"ftbsc.geb.api.annotations.*"})
+@SupportedAnnotationTypes("ftbsc.geb.api.annotations.Listen")
public class GEBProcessor extends AbstractProcessor {
/**