mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
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:
@@ -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