Skip to content

Commit 5054802

Browse files
committed
[SPR-5914] Updated reference manual to point out that class-level usage of @IfProfileValue overrides method-level usage.
1 parent 696d78c commit 5054802

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-framework-reference/src/testing.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,8 @@ public void testProcessWithoutTransaction() {
635635
<classname>ProfileValueSource</classname> returns a matching
636636
<literal>value</literal> for the provided <literal>name</literal>,
637637
the test will be enabled. This annotation can be applied to an
638-
entire class or individual methods.</para>
638+
entire class or individual methods. Class-level usage overrides
639+
method-level usage.</para>
639640

640641
<programlisting language="java">@IfProfileValue(name="java.vendor", value="Sun Microsystems Inc.")
641642
@Test

0 commit comments

Comments
 (0)