org.apache.camel.language
Annotation Type Bean
@Retention(value=RUNTIME)
@Documented
@Target(value={FIELD,METHOD,PARAMETER})
@LanguageAnnotation(language="bean",
factory=BeanAnnotationExpressionFactory.class)
public @interface Bean
Used to inject a bean expression into a field, property, method or parameter when using
Bean Integration.
- Version:
- $Revision: 830131 $
ref
public abstract String ref
method
public abstract String method
- Default:
- ""
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.