kgmyshin / eventbus-intellij-plugin

Other
316 stars 18 forks source link

Support for EventBus 3.0 #13

Open livotov opened 8 years ago

livotov commented 8 years ago

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

mykola-dev commented 8 years ago

https://github.com/kgmyshin/eventbus3-intellij-plugin