event-bus/event-bus-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
..
src/main Replace priority with @Priority 2021-02-15 12:06:33 +01:00
.classpath Rename event-bus module to event-bus-core, add event-bus-ap module 2021-02-09 09:52:26 +01:00
.project Add parent project, convert existing project to Maven module 2021-02-08 19:30:37 +01:00
pom.xml Add simple annotation processor, generate shaded processor JAR 2021-02-14 14:34:19 +01:00