Deprecated API
Contents
- Deprecated Interfaces
- Deprecated Classes
- Deprecated Annotation Types
- Deprecated Fields
- Deprecated Methods
- Deprecated Constructors
Deprecated Interfaces | |
---|---|
org.springframework.core.ConcurrentMap as of Spring 3.0, since standard ConcurrentMap is available on Java 5+ anyway | |
org.springframework.core.enums.LabeledEnum as of Spring 3.0, in favor of Java 5 enums. | |
org.springframework.core.enums.LabeledEnumResolver as of Spring 3.0, in favor of Java 5 enums. |
Deprecated Annotation Types | |
---|---|
org.springframework.test.annotation.NotTransactional as of Spring 3.0, in favor of moving the non-transactional test method to a separate (non-transactional) test class or to a @BeforeTransaction or @AfterTransaction method. |
Deprecated Fields | |
---|---|
org.springframework.beans.factory.config.AutowireCapableBeanFactory.AUTOWIRE_AUTODETECT as of Spring 3.0: If you are using mixed autowiring strategies, prefer annotation-based autowiring for clearer demarcation of autowiring needs. | |
org.springframework.beans.factory.support.AbstractBeanDefinition.AUTOWIRE_AUTODETECT as of Spring 3.0: If you are using mixed autowiring strategies, use annotation-based autowiring for clearer demarcation of autowiring needs. | |
org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag.COMMAND_NAME_VARIABLE_NAME as of Spring 2.5, in favor of FormTag.MODEL_ATTRIBUTE_VARIABLE_NAME |
출처 - http://static.springsource.org/spring/docs/3.0.0.RC1/javadoc-api/deprecated-list.html
'Framework & Platform > Spring' 카테고리의 다른 글
Spring - @Controller (0) | 2012.05.09 |
---|---|
Spring - @RequestMapping (0) | 2012.05.09 |
Spring MVC - MultiActionController 사용하기 (0) | 2012.05.08 |
spring controller 종류 (0) | 2012.05.08 |
spring에서 thread (0) | 2012.05.02 |