Update EventHandler.java

This commit is contained in:
brenoepic 2022-04-30 01:47:50 -03:00
parent 7862327b63
commit a04638fb6b

View File

@ -5,7 +5,7 @@ import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@SuppressWarnings("unused")
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface EventHandler {