chore: specified the annotation type

This commit is contained in:
zaaarf 2023-08-24 01:51:26 +02:00
parent ca13fffd0e
commit 4289726e1f
No known key found for this signature in database
GPG key ID: 6445A5CD15E5B40C

View file

@ -27,7 +27,7 @@ import java.util.stream.Collectors;
* GEB's {@link javax.annotation.processing.Processor annotation processor}, * GEB's {@link javax.annotation.processing.Processor annotation processor},
* which takes care of generating the {@link IEventDispatcher dispatchers}. * 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 { public class GEBProcessor extends AbstractProcessor {
/** /**