[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:
parent
c4b5960c13
commit
27948db063
|
|
@ -635,7 +635,8 @@ public void testProcessWithoutTransaction() {
|
||||||
<classname>ProfileValueSource</classname> returns a matching
|
<classname>ProfileValueSource</classname> returns a matching
|
||||||
<literal>value</literal> for the provided <literal>name</literal>,
|
<literal>value</literal> for the provided <literal>name</literal>,
|
||||||
the test will be enabled. This annotation can be applied to an
|
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.")
|
<programlisting language="java">@IfProfileValue(name="java.vendor", value="Sun Microsystems Inc.")
|
||||||
@Test
|
@Test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue