org.mule.api.annotations
Annotation Type ExpressionLanguage


@Target(value=TYPE)
@Retention(value=SOURCE)
@Documented
public @interface ExpressionLanguage

This annotation defines a class that will export its functionality as a Mule Expression Language.

There are a few restrictions as to which types as valid for this annotation: - It cannot be an interface - It must be public - It cannot have a typed parameter (no generic)


Required Element Summary
 String name
          The name of the connector.
 
Optional Element Summary
 String minMuleVersion
          Minimum Mule version required
 

Element Detail

name

public abstract String name
The name of the connector.

minMuleVersion

public abstract String minMuleVersion
Minimum Mule version required

Default:
"3.2"


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.