Module org.mule.sdk.api
Annotation Interface FieldsValues
@Target({PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.4")
@DoNotEnforceMinMuleVersion
public @interface FieldsValues
Container for the
Repeatable FieldValues annotation- Since:
- 1.4
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
FieldValues[] value- Returns:
- all the
FieldValuesdeclarations on the annotated element
- Default:
- {}
-