Annotation Type RawArgs


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface RawArgs
    Used to inject CommandContext.getRawInput() into a CommandMethod

    This should only be used on String[]

    Since:
    1.2.0