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 Classes
    Modifier and Type
    Class
    Description
    static @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 specified Class 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 type DefaultValueFactory 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 specified String value.