Changes

Summary

  1. Implement new event hierarchy handling with ClassWalker (#1463) (commit: a52eae4) (details)
Commit a52eae41a6c17dc45050ee018623a430ab6366e0 by noreply
Implement new event hierarchy handling with ClassWalker (#1463)

This changes the implementation of onEvent in ListenerAdapter to be more maintainable
(commit: a52eae4)
The file was modifiedsrc/main/java/net/dv8tion/jda/api/events/guild/voice/GenericGuildVoiceUpdateEvent.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/api/hooks/ListenerAdapter.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/api/hooks/AnnotatedEventManager.java (diff)
The file was addedsrc/main/java/net/dv8tion/jda/internal/utils/ClassWalker.java