|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Bean
Binds a field to a bean in the Spring application context. Bean definitions from the test class fields are merged into the same context as bean definitions from other sources (such as an XML file).
Optional Element Summary | |
---|---|
String |
value
An optional bean name to use. |
public abstract String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |