org.glassfish.api
Annotation Type UnknownOptionsAreOperands


@Retention(value=RUNTIME)
@Target(value=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



Copyright © 2012 GlassFish Community. All Rights Reserved.