You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.springframework.beans/src/main/java/org/springframework/beans/factory/access/BeanFactoryReference.java
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2007 the original author or authors.
2
+
* Copyright 2002-2013 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: org.springframework.context/src/main/java/org/springframework/ejb/interceptor/SpringBeanAutowiringInterceptor.java
+16-12Lines changed: 16 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2009 the original author or authors.
2
+
* Copyright 2002-2013 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -34,13 +34,13 @@
34
34
35
35
/**
36
36
* EJB3-compliant interceptor class that injects Spring beans into
37
-
* fields and methods which are annotated with <code>@Autowired</code>.
37
+
* fields and methods which are annotated with {@code@Autowired}.
38
38
* Performs injection after construction as well as after activation
39
39
* of a passivated bean.
40
40
*
41
-
* <p>To be applied through an <code>@Interceptors</code> annotation in
41
+
* <p>To be applied through an {@code@Interceptors} annotation in
42
42
* the EJB Session Bean or Message-Driven Bean class, or through an
43
-
* <code>interceptor-binding</code> XML element in the EJB deployment descriptor.
43
+
* {@codeinterceptor-binding} XML element in the EJB deployment descriptor.
44
44
*
45
45
* <p>Delegates to Spring's {@link AutowiredAnnotationBeanPostProcessor}
46
46
* underneath, allowing for customization of its specific settings through
@@ -60,7 +60,7 @@
60
60
*
61
61
* <p><b>WARNING: Do not define the same bean as Spring-managed bean and as
62
62
* EJB3 session bean in the same deployment unit.</b> In particular, be
63
-
* careful when using the <code><context:component-scan></code> feature
63
+
* careful when using the {@code<context:component-scan>} feature
64
64
* in combination with the deployment of Spring-based EJB3 session beans:
65
65
* Make sure that the EJB3 session beans are <i>not</i> autodetected as
66
66
* Spring-managed beans as well, using appropriate package restrictions.
0 commit comments