diff --git a/spring-test/src/main/java/org/springframework/test/context/MergedContextConfiguration.java b/spring-test/src/main/java/org/springframework/test/context/MergedContextConfiguration.java index 6e1386fe33..e1e56217b9 100644 --- a/spring-test/src/main/java/org/springframework/test/context/MergedContextConfiguration.java +++ b/spring-test/src/main/java/org/springframework/test/context/MergedContextConfiguration.java @@ -57,7 +57,9 @@ import org.springframework.util.StringUtils; * @author Sam Brannen * @since 3.1 * @see ContextConfiguration + * @see ContextHierarchy * @see ActiveProfiles + * @see TestPropertySource * @see ContextConfigurationAttributes * @see SmartContextLoader#loadContext(MergedContextConfiguration) */