@Retention(value=RUNTIME)
@Target(value={TYPE,PACKAGE})
public @interface UseTestPlugin
TestPlugin classes to the TestRuntime of the current test class.
This annotation can be also used on custom SharedRuntimeConfigurer classes to register test plugin classes.