eventbus-intellij-plugin
eventbus-intellij-plugin copied to clipboard
Support for EventBus 3.0
v3.0 moved to annotations, so in addition to onEventXXX, we should also find receivers by the @Subscribe annotation as now the receiver method name is convention free
https://github.com/kgmyshin/eventbus3-intellij-plugin