Now mentioning JSR-330 annotations in test chapter.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user