Now mentioning JSR-330 annotations in test chapter.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2058 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Sam Brannen 2009-10-06 21:10:56 +00:00
parent 084ef7ce58
commit 89eb2ea0ea
1 changed files with 24 additions and 0 deletions

View File

@ -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>