Package org.apache.beam.sdk.options
Annotation Interface Default
public @interface Default
Default represents a set of annotations that can be used to annotate getter properties on
PipelineOptions with information representing the default value to be returned if no
value is specified.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThis represents that the default of the option is the specified boolean primitive value.static @interfaceThis represents that the default of the option is the specified byte primitive value.static @interfaceThis represents that the default of the option is the specified char primitive value.static @interfaceThis represents that the default of the option is the specifiedClassvalue.static @interfaceThis represents that the default of the option is the specified double primitive value.static @interfaceThis represents that the default of the option is the specified enum.static @interfaceThis represents that the default of the option is the specified float primitive value.static @interfaceValue must be of typeDefaultValueFactoryand have a default constructor.static @interfaceThis represents that the default of the option is the specified int primitive value.static @interfaceThis represents that the default of the option is the specified long primitive value.static @interfaceThis represents that the default of the option is the specified short primitive value.static @interfaceThis represents that the default of the option is the specifiedStringvalue.