event-bus/event-bus-proc/src/main/java
Kai S. K. Engelbart 8a30493c52
Warn about unused event handler return values
If an event handler has a non-void return type, a warning is issued as
the event bus cannot use the returned value.

In rare cases this might be justified as the event handler could be
invoked directly.
2021-02-19 11:34:58 +01:00
..
dev/kske/eventbus/proc Warn about unused event handler return values 2021-02-19 11:34:58 +01:00
module-info.java Rename event-bus-ap to event-bus-proc 2021-02-15 21:02:34 +01:00