Revision: 1069
http://stripes.svn.sourceforge.net/stripes/?rev=1069&view=rev
Author: bengunter
Date: 2009-02-27 17:12:16 +0000 (Fri, 27 Feb 2009)
Log Message:
-----------
Added @Deprecated annotation to these classes and updated the Javadoc
@deprecated comment to say deprecated as of 1.5.1 and replaced by
SpringInjectionPostProcessor.
Modified Paths:
--------------
branches/1.5.x/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptor.java
branches/1.5.x/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptorSupport.java
Modified:
branches/1.5.x/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptor.java
===================================================================
---
branches/1.5.x/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptor.java
2009-02-27 17:08:57 UTC (rev 1068)
+++
branches/1.5.x/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptor.java
2009-02-27 17:12:16 UTC (rev 1069)
@@ -14,6 +14,7 @@
*/
package net.sourceforge.stripes.integration.spring;
+import net.sourceforge.stripes.config.DontAutoLoad;
import net.sourceforge.stripes.controller.Interceptor;
import net.sourceforge.stripes.controller.ExecutionContext;
import net.sourceforge.stripes.controller.Intercepts;
@@ -47,8 +48,11 @@
* @see SpringBean
* @author Tim Fennell
* @since Stripes 1.3
+ * @deprecated As of Stripes 1.5.1, replaced by {...@link
SpringInjectionPostProcessor}.
*/
+...@deprecated
@Intercepts(LifecycleStage.ActionBeanResolution)
+...@dontautoload
public class SpringInterceptor implements Interceptor {
private static final Log log = Log.getInstance(SpringInterceptor.class);
Modified:
branches/1.5.x/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptorSupport.java
===================================================================
---
branches/1.5.x/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptorSupport.java
2009-02-27 17:08:57 UTC (rev 1068)
+++
branches/1.5.x/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptorSupport.java
2009-02-27 17:12:16 UTC (rev 1069)
@@ -31,8 +31,11 @@
* only once when the interceptor is first created and initialized.</p>
*
* @author Tim Fennell
- * @since Stripes 1.4
+ * @since Stripes 1.4
+ * @deprecated As of Stripes 1.5.1, replaced by {...@link
SpringInjectionPostProcessor} which already
+ * injects Spring dependencies into Interceptors.
*/
+...@deprecated
public abstract class SpringInterceptorSupport implements Interceptor,
ConfigurableComponent {
/**
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development