Annotation Interface Description


@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface Description
Descriptions are used to generate human readable output when the --help command is specified. Description annotations placed on interfaces that extend PipelineOptions will describe groups of related options. Description annotations placed on getter methods will be used to provide human readable information for the specific option.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details