Listener-Level Properties #13
@ -179,7 +179,7 @@ public final class EventBus {
|
|||||||
polymorphic = listener.getClass().getAnnotation(Polymorphic.class).value();
|
polymorphic = listener.getClass().getAnnotation(Polymorphic.class).value();
|
||||||
|
|
||||||
// Predefined handler priority
|
// Predefined handler priority
|
||||||
int priority = 100;
|
int priority = DEFAULT_PRIORITY;
|
||||||
if (listener.getClass().isAnnotationPresent(Priority.class))
|
if (listener.getClass().isAnnotationPresent(Priority.class))
|
||||||
priority = listener.getClass().getAnnotation(Priority.class).value();
|
priority = listener.getClass().getAnnotation(Priority.class).value();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user