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 @interface
This represents that the default of the option is the specified boolean primitive value.static @interface
This represents that the default of the option is the specified byte primitive value.static @interface
This represents that the default of the option is the specified char primitive value.static @interface
This represents that the default of the option is the specifiedClass
value.static @interface
This represents that the default of the option is the specified double primitive value.static @interface
This represents that the default of the option is the specified enum.static @interface
This represents that the default of the option is the specified float primitive value.static @interface
Value must be of typeDefaultValueFactory
and have a default constructor.static @interface
This represents that the default of the option is the specified int primitive value.static @interface
This represents that the default of the option is the specified long primitive value.static @interface
This represents that the default of the option is the specified short primitive value.static @interface
This represents that the default of the option is the specifiedString
value.