Annotation Interface OfValues
@MinMuleVersion("4.1")
@Target({PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
public @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 -
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<? extends ValueProvider> value- Returns:
- the associated
ValueProviderfor the parameter
-
-
-
open
boolean open- Returns:
- a boolean indicating if this values are closed or not
- Default:
- true
-