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

This commit is contained in:
Sam Brannen 2011-05-30 22:00:12 +00:00
parent f5a39ae7ff
commit 0067618b35
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;