org.mule.config.annotations.expressions
Annotation Type ExpressionString


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

Allows method parameters to be configured with functions public Object save(Object foo, @Function("UUID") String id)

See Also:
FunctionExpressionEvaluator

Required Element Summary
 String value
           
 
Optional Element Summary
 boolean required
           
 

Element Detail

value

public abstract String value

required

public abstract boolean required
Default:
true


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