event-bus/event-bus-core
Kai S. K. Engelbart 6c74af608c
Allow @Polymorphic and @Priority on types, add value to @Polymorphic
This is the first step for listener level handler properties.

To allow a handler inside a polymorphic listener to be non-polymorphic,
the @Polymorphic annotation now has a boolean value that defaults to
true. In that case, it can be explicitly set to false to override the
listener-level default.
2021-02-22 19:12:06 +01:00
..
src Allow @Polymorphic and @Priority on types, add value to @Polymorphic 2021-02-22 19:12:06 +01:00
.classpath Add parent project, convert existing project to Maven module 2021-02-08 19:30:37 +01:00
.project Add parent project, convert existing project to Maven module 2021-02-08 19:30:37 +01:00
pom.xml Rename event-bus module to event-bus-core, add event-bus-ap module 2021-02-09 09:52:26 +01:00