Annotation Interface OptionalField


public @interface OptionalField
Marks this parameter as optional.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Stringified java expression used when this parameter is not specified.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Alternative build methods.
  • Element Details

    • value

      String value
      Stringified java expression used when this parameter is not specified.
    • alt

      AltMethod[] alt
      Alternative build methods.
      Default:
      {}