You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2022. It is now read-only.
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()
The handler uses
method.setAccessible(true), but currently onlypubliccommand methods are found anyway, I'd either remove that unnecessary call or even better also support non-public methods by usinggetDeclaredMethods()instead ofgetMethods()