[SPR-8386] polishing JavaDoc
This commit is contained in:
parent
dbe96b5cf9
commit
9c3c1c64b3
|
|
@ -33,12 +33,15 @@ import org.springframework.util.ObjectUtils;
|
||||||
import org.springframework.util.StringUtils;
|
import org.springframework.util.StringUtils;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Utility methods for working with {@link ContextLoader ContextLoaders}
|
* Utility methods for working with {@link ContextLoader ContextLoaders},
|
||||||
* and resource locations.
|
* resource locations and classes, and active bean definition profiles.
|
||||||
*
|
*
|
||||||
* @author Sam Brannen
|
* @author Sam Brannen
|
||||||
* @since 3.1
|
* @since 3.1
|
||||||
* @see ContextLoader
|
* @see ContextLoader
|
||||||
|
* @see ContextConfiguration
|
||||||
|
* @see ActiveProfiles
|
||||||
|
* @see MergedContextConfiguration
|
||||||
*/
|
*/
|
||||||
abstract class ContextLoaderUtils {
|
abstract class ContextLoaderUtils {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue