Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.options
Annotation Type Description
-
@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) public @interface Description
Descriptions are used to generate human readable output when the--help
command is specified. Description annotations placed on interfaces that extendPipelineOptions
will describe groups of related options. Description annotations placed on getter methods will be used to provide human readable information for the specific option.
-
-
Element Detail
-
value
public abstract String value
-
-