[SPR-5914] Updated reference manual to point out that class-level usage of @IfProfileValue overrides method-level usage.
This commit is contained in:
parent
696d78c144
commit
5054802eb9
|
|
@ -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