@Target({PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.4")
@DoNotEnforceMinMuleVersion
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
-
-