[SPR-7960] Initial support for @ActivateProfiles in tests.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4387 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Sam Brannen 2011-05-30 22:00:12 +00:00
parent 675b6d0d33
commit 4e52a6da68
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public @interface ActivateProfiles {
String[] profiles() default {};
/**
* TODO Document inheritLocations.
* TODO Document inheritProfiles.
*/
boolean inheritProfiles() default true;