When using the greenrobot EventBus library, all @Subscribe -new methods are displayed in light gray with a warning The onMyEvent () method is never used in Android Studio.
Is there a way to automatically suppress this warning (since the method is not called directly from the code, but in response to an event on the event bus)?
java android android-studio greenrobot-eventbus
friederbluemle
source share