Annotation Type UnknownOptionsAreOperands


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface UnknownOptionsAreOperands
    If this annotation is applied to a command class, the asadmin client will treat any unknown option on the command line as the start of the operands. This is used by the create-jvm-options and delete-jvm-options commands so that operands of the form "-Dfoo=bar" are not considered options.
    Author:
    Bill Shannon