org.mule.api.annotations.expressions
Annotation Type Function


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface Function

This evaluator allows for predefined functions to be called and returns a result. The functions it supports are:


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value
Returns:
the function expression to execute


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.