Annotation Interface OfValues


Marks a parameter or parameter group as a value that has the capability of resolve values for this one. This resolution is resolved by the ValueProvider referenced in the OfValues.
Since:
1.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends ValueProvider>
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
    boolean
     
  • Element Details

    • open

      boolean open
      Returns:
      a boolean indicating if this values are closed or not
      Default:
      true
    • bindings

      Binding[] bindings
      Returns:
      bindings between parameters in the value() to extraction expressions.
      Default:
      {}