Replace 'Java EE' with 'enterprise Java' as appropriate

Also change 'JEE' -> 'Java EE'

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3539 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Chris Beams
2010-08-07 14:47:17 +00:00
parent 9cee0bc7e1
commit 78ee247ac3
5 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -5206,8 +5206,8 @@ public @interface MovieQualifier {
<para>Spring also supports injection using the JSR-250
<interfacename>@Resource</interfacename> annotation on fields or bean
property setter methods. This is a common pattern in Java EE 5 and Java
6, for example, in JSF 1.2 managed beans or JAX-WS 2.0 endpoints. Spring
property setter methods. This is a common pattern in Java EE 5 and 6,
for example in JSF 1.2 managed beans or JAX-WS 2.0 endpoints. Spring
supports this pattern for Spring-managed objects as well.</para>
<para><interfacename>@Resource</interfacename> takes a name attribute,