event-bus/event-bus-core/src/test/java/dev/kske/eventbus/core
Kai S. K. Engelbart 9b1c708514
Replace priority with @Priority
The new @Priority annotation serves the exact same purpose as
@Event(priority = ...), but should be easier to read in complex handler
declarations. It has to be used in conjunction with the @Event
annotation, not instead of it.
2021-02-15 12:06:33 +01:00
..
CancelTest.java Replace priority with @Priority 2021-02-15 12:06:33 +01:00
DispatchTest.java Replace priority with @Priority 2021-02-15 12:06:33 +01:00
SimpleEvent.java Rename event-bus module to event-bus-core, add event-bus-ap module 2021-02-09 09:52:26 +01:00
SimpleEventSub.java Rename event-bus module to event-bus-core, add event-bus-ap module 2021-02-09 09:52:26 +01:00