When using the greenrobot EventBus library, all @Subscribe
-annotated methods are displayed in light grey with a warning Method onMyEvent() is never used in Android Studio.
Is there a way to automatically suppress this warning (as the method is not directly called from code, but in response to an event on the event bus)?