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

This commit is contained in:
Sam Brannen 2009-07-10 12:15:58 +00:00
parent 696d78c144
commit 5054802eb9
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