eventbus-kotlin icon indicating copy to clipboard operation
eventbus-kotlin copied to clipboard

Add support for annotated method listeners

Open nea89o opened this issue 1 year ago • 1 comments

Adds support to automatically create Listeners using MethodHandles or Reflection from methods that take a single event type and an @EventHandler annotation.

See the README.md for an example.

@therealbush: The name of @EventHandler is still very much up for debate with me, I am not really satisfied with this.

nea89o avatar Sep 10 '22 01:09 nea89o