Annotation Interface Expression
@MinMuleVersion("4.1")
@Target({PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
public @interface Expression
Allows customizing how a
ParameterModel supports expressions.- Since:
- 1.0
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionorg.mule.runtime.api.meta.ExpressionSupportThe type of expression support that parameters defined through this annotations should have.
-
Element Details
-
value
org.mule.runtime.api.meta.ExpressionSupport valueThe type of expression support that parameters defined through this annotations should have.Defaults to
ExpressionSupport.SUPPORTED- Returns:
- a
ExpressionSupport
- Default:
- SUPPORTED
-