mirror of
https://github.com/zaaarf/geb-processor.git
synced 2024-11-14 05:19:22 +01:00
chore: specified the annotation type
This commit is contained in:
parent
ca13fffd0e
commit
4289726e1f
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue