sdcf4j icon indicating copy to clipboard operation
sdcf4j copied to clipboard

Allow non-public command handler methods (or remove usage of method.setAccessible(true))

Open Vampire opened this issue 8 years ago • 0 comments

The handler uses method.setAccessible(true), but currently only public command methods are found anyway, I'd either remove that unnecessary call or even better also support non-public methods by using getDeclaredMethods() instead of getMethods()

Vampire avatar Dec 16 '17 23:12 Vampire