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 Elements
    Modifier and Type
    Optional Element
    Description
    org.mule.runtime.api.meta.ExpressionSupport
    The type of expression support that parameters defined through this annotations should have.
  • Element Details

    • value

      org.mule.runtime.api.meta.ExpressionSupport value
      The type of expression support that parameters defined through this annotations should have.

      Defaults to ExpressionSupport.SUPPORTED

      Returns:
      a ExpressionSupport
      Default:
      SUPPORTED