event-bus/event-bus-core/src/main/java/dev/kske
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
..
eventbus/core Allow @Polymorphic and @Priority on types, add value to @Polymorphic 2021-02-22 19:12:06 +01:00