Module org.mule.sdk.api
Annotation Interface SemanticTerms
@Target({FIELD,PARAMETER,METHOD,TYPE})
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.4")
@DoNotEnforceMinMuleVersion
public @interface SemanticTerms
Specifies a list of custom semantic terms to be added on the annotated component. These terms will be appended to those
automatically defined and detected by the Mule SDK.
This annotation is meant to be used on parameters, operations, sources, functions and connection providers.
- Since:
- 1.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
String[] value
-