event-bus/event-bus-ap
Kai S. K. Engelbart 3a6ebe9a19
Replace includeSubtypes with @Polymorphic
The new @Polymorphic annotation serves the exact same purpose as
@Event(includeSubtypes = true), 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 10:55:30 +01:00
..
src/main Replace includeSubtypes with @Polymorphic 2021-02-15 10:55:30 +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