[SPR-5914] Updated reference manual to point out that class-level usage of @IfProfileValue overrides method-level usage.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1508 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Sam Brannen 2009-07-10 12:15:58 +00:00
parent c4b5960c13
commit 27948db063
1 changed files with 2 additions and 1 deletions

View File

@ -635,7 +635,8 @@ public void testProcessWithoutTransaction() {
<classname>ProfileValueSource</classname> returns a matching
<literal>value</literal> for the provided <literal>name</literal>,
the test will be enabled. This annotation can be applied to an
entire class or individual methods.</para>
entire class or individual methods. Class-level usage overrides
method-level usage.</para>
<programlisting language="java">@IfProfileValue(name="java.vendor", value="Sun Microsystems Inc.")
@Test