Annotation Type Author


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    public @interface Author
    The Author annotation is to define whether the parameter should be the author object from the event or parsed from the user's input.

    Using this on a User/Member will fetch the author and otherwise it'll parse the input.