Skip to content
This repository was archived by the owner on Oct 30, 2022. It is now read-only.
This repository was archived by the owner on Oct 30, 2022. It is now read-only.

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

@Vampire

Description

@Vampire

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions