Browse Source

[SPR-8386] polishing JavaDoc

pull/7/head
Sam Brannen 14 years ago
parent
commit
9c3c1c64b3
  1. 7
      org.springframework.test/src/main/java/org/springframework/test/context/ContextLoaderUtils.java

7
org.springframework.test/src/main/java/org/springframework/test/context/ContextLoaderUtils.java

@ -33,12 +33,15 @@ import org.springframework.util.ObjectUtils; @@ -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 {

Loading…
Cancel
Save