@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface BootstrapWith
@BootstrapWith defines class-level metadata that is used to determine
 how to bootstrap the Spring TestContext Framework.
 This annotation may also be used as a meta-annotation to create custom composed annotations.
BootstrapContext, 
TestContextBootstrapper| Modifier and Type | Optional Element and Description | 
|---|---|
Class<? extends TestContextBootstrapper> | 
value
The  
TestContextBootstrapper to use to bootstrap the Spring
 TestContext Framework. | 
public abstract Class<? extends TestContextBootstrapper> value
TestContextBootstrapper to use to bootstrap the Spring
 TestContext Framework.