Revision: 1068
          http://stripes.svn.sourceforge.net/stripes/?rev=1068&view=rev
Author:   bengunter
Date:     2009-02-27 17:08:57 +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:
--------------
    
trunk/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptor.java
    
trunk/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptorSupport.java

Modified: 
trunk/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptor.java
===================================================================
--- 
trunk/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptor.java
 2009-02-27 13:45:58 UTC (rev 1067)
+++ 
trunk/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptor.java
 2009-02-27 17:08:57 UTC (rev 1068)
@@ -48,8 +48,9 @@
  * @see SpringBean
  * @author Tim Fennell
  * @since Stripes 1.3
- * @deprecated As of Stripes 1.6, replaced by {...@link 
SpringInjectionFactory}.
+ * @deprecated As of Stripes 1.5.1, replaced by {...@link 
SpringInjectionPostProcessor}.
  */
+...@deprecated
 @Intercepts(LifecycleStage.ActionBeanResolution)
 @DontAutoLoad
 public class SpringInterceptor implements Interceptor {

Modified: 
trunk/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptorSupport.java
===================================================================
--- 
trunk/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptorSupport.java
  2009-02-27 13:45:58 UTC (rev 1067)
+++ 
trunk/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptorSupport.java
  2009-02-27 17:08:57 UTC (rev 1068)
@@ -32,9 +32,10 @@
  *
  * @author Tim Fennell
  * @since Stripes 1.4
- * @deprecated As of Stripes 1.6, replaced by {...@link 
SpringInjectionFactory} which already injects
- * Spring dependencies into Interceptors.
+ * @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

Reply via email to