Template
mirror of
https://github.com/LOOHP/Limbo.git
synced 2026-09-06 11:48:54 +00:00
Cache Event Methods, Polish Last PR
This commit is contained in:
@@ -10,5 +10,7 @@ import java.lang.annotation.Target;
|
||||
@Target(ElementType.METHOD)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface EventHandler {
|
||||
|
||||
EventPriority priority() default EventPriority.NORMAL;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user