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


@Target(value={PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface Lookup

Allows objects to be found in the registry, either by ty

See Also:
FunctionExpressionEvaluator

Optional Element Summary
 boolean optional
           
 String value
           
 

value

public abstract String value
Default:
""

optional

public abstract boolean optional
Default:
false


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