event-bus/event-bus-ap/src/main/java/dev/kske/eventbus/ap
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
..
EventProcessor.java Replace priority with @Priority 2021-02-15 12:06:33 +01:00
package-info.java Add simple annotation processor, generate shaded processor JAR 2021-02-14 14:34:19 +01:00