Annotation Type DoCommand


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface DoCommand
    Annotates command execution.

    Expected signature: Result method(Context context, ICommand command, String... curArgs)