|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface ContainerClass
Specifies a Container
implementation to use as the dependency
injection container for the test.
This annotation is used to plug in an unsupported or custom container. To use
a supported container, use the Container
annotation instead.
Container
Required Element Summary | |
---|---|
Class<? extends Container> |
value
|
Element Detail |
---|
public abstract Class<? extends Container> value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |