mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
[SPR-8386] polishing JavaDoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4444 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
+5
-2
@@ -33,12 +33,15 @@ import org.springframework.util.ObjectUtils;
|
||||
import org.springframework.util.StringUtils;
|
||||
|
||||
/**
|
||||
* Utility methods for working with {@link ContextLoader ContextLoaders}
|
||||
* and resource locations.
|
||||
* Utility methods for working with {@link ContextLoader ContextLoaders},
|
||||
* resource locations and classes, and active bean definition profiles.
|
||||
*
|
||||
* @author Sam Brannen
|
||||
* @since 3.1
|
||||
* @see ContextLoader
|
||||
* @see ContextConfiguration
|
||||
* @see ActiveProfiles
|
||||
* @see MergedContextConfiguration
|
||||
*/
|
||||
abstract class ContextLoaderUtils {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user