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