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


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

This allows Groovy codes to be executed on the current message. Mule will bind a number of objects to the groovy context:


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-2009 MuleSource, Inc.. All Rights Reserved.