Module org.mule.sdk.api
Annotation Interface SampleData
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Experimental
@MinMuleVersion("4.4")
@DoNotEnforceMinMuleVersion
public @interface SampleData
Associates a
Source class or operation method with a SampleDataProvider.
NOTE: Experimental feature. Backwards compatibility not guaranteed.- Since:
- 1.4.0
- See Also:
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<? extends SampleDataProvider> value- Returns:
- the associated
SampleDataProvider
-
-