Package org.apache.beam.sdk.options
Annotation Interface Validation
public @interface Validation
Validation
represents a set of annotations that can be used to annotate getter properties
on PipelineOptions
with information representing the validation criteria to be used when
validating with the PipelineOptionsValidator
.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interface
This criteria specifies that the value must be not null.