Created the EventListener
This commit is contained in:
parent
d2f04df033
commit
c67ce9a93b
@ -0,0 +1,11 @@
|
||||
package de.gnmyt.autoresponder.event.api;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.METHOD)
|
||||
public @interface EventListener {
|
||||
}
|
Reference in New Issue
Block a user