Annotation Type TestScopedBeans
-
@Retention(RUNTIME) @Target(TYPE) public @interface TestScopedBeans
Defines names of the beans whose scope should be changed to "test".Meta-annotations are supported.
- Since:
- 1.1
- Author:
- Philippe Marschall
-
-
Element Detail
-
value
String[] value
The names of the beans whose scope should be changed to "test".
-
-