|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Documented
@Target(value={FIELD,METHOD,PARAMETER})
@LanguageAnnotation(language="bean",
factory=BeanAnnotationExpressionFactory.class)
public @interface BeanUsed to inject a bean expression into a field, property, method or parameter when using Bean Integration.
| Required Element Summary | |
|---|---|
String |
ref
|
| Optional Element Summary | |
|---|---|
String |
method
|
| Element Detail |
|---|
public abstract String ref
public abstract String method
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||