Interface SpringXmlTestLoaderConfigurer


public interface SpringXmlTestLoaderConfigurer
A marker interface for identifying beans that supply a SpringXmlTestLoaderConfiguration annotation to configure the bean definition parser for SpringXmlTest parsing.

To define specific bean definition parser configurations, you can implement this interface along with the corresponding SpringXmlTestLoaderConfiguration annotation and provide it as a bean through the parent ApplicationContext used for loading SpringXmlTest.

Since:
4.0
Author:
Thorsten Schlathoelter
See Also: