Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.options
Annotation Type Default.Class
-
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public static @interface Default.Class
This represents that the default of the option is the specifiedClass
value.
-
-
Element Detail
-
value
public abstract Class<?> value
-
-