org.mule.config.annotations.expressions
Annotation Type Bean
@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface Bean
Allows method parameters to be configured as bean expressions for example:
public Object doSomething(@Bean("person.age") int age)
- See Also:
BeanPayloadExpressionEvaluator
|
Optional Element Summary |
boolean |
required
|
value
public abstract String value
required
public abstract boolean required
- Default:
- true
Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.