Now mentioning JSR-330 annotations in test chapter.
This commit is contained in:
parent
c200715076
commit
b7e36461ca
|
|
@ -798,6 +798,30 @@ public void testProcessRepeatedly() {
|
|||
(javax.annotation) <emphasis>if JSR-250 is present</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><emphasis
|
||||
role="bold"><interfacename>@Inject</interfacename></emphasis>
|
||||
(javax.inject) <emphasis>if JSR-330 is present</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><emphasis
|
||||
role="bold"><interfacename>@Qualifier</interfacename></emphasis>
|
||||
(javax.inject) <emphasis>if JSR-330 is present</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><emphasis
|
||||
role="bold"><interfacename>@Named</interfacename></emphasis>
|
||||
(javax.inject) <emphasis>if JSR-330 is present</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><emphasis
|
||||
role="bold"><interfacename>@Provider</interfacename></emphasis>
|
||||
(javax.inject) <emphasis>if JSR-330 is present</emphasis></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><emphasis
|
||||
role="bold"><interfacename>@PersistenceContext</interfacename></emphasis>
|
||||
|
|
|
|||
Loading…
Reference in New Issue