Go to file
Chris Beams c61a0aeb83 Consolidate annotation processing constants
Consolidating internal bean name and aspect class name constats within
AnnotationConfigUtils to allow access from both the context.config
and context.annotation packages without creating a relationship between
the two of them (they are unrelated leaf nodes in the packaging
currently).

The .transaction module does not have a similar utils class and already
has a relationship from transaction.config -> transaction.annotation,
so placing the constants in .annotation.TransactionManagementCapability
to be referenced by .config.AnnotationDrivenBeanDefinitionParser

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4261 50f2f4bb-b051-0410-bef5-90022cba6387
2011-05-06 19:06:37 +00:00
build-spring-framework Remove "Feature" support introduced in 3.1 M1 2011-05-06 19:03:52 +00:00
org.springframework.aop Remove "Feature" support introduced in 3.1 M1 2011-05-06 19:03:52 +00:00
org.springframework.asm
org.springframework.aspects
org.springframework.beans Remove "Feature" support introduced in 3.1 M1 2011-05-06 19:03:52 +00:00
org.springframework.context Consolidate annotation processing constants 2011-05-06 19:06:37 +00:00
org.springframework.context.support
org.springframework.core Process all meta and local @Import declarations 2011-05-06 19:05:15 +00:00
org.springframework.expression Update MockEnvironment / MockPropertySource types 2011-05-06 18:57:41 +00:00
org.springframework.instrument
org.springframework.instrument.tomcat
org.springframework.integration-tests Remove "Feature" support introduced in 3.1 M1 2011-05-06 19:03:52 +00:00
org.springframework.jdbc SPR-6922 deprecated SimpleJdbcTemplate/SimpleJdbcOperations/SimpleJdbcDaoSupport in favor of JdbcTemplate/NamedParameterJdbcTemplate and related interfaces support classes 2011-04-14 18:44:40 +00:00
org.springframework.jms
org.springframework.orm Fix generics and serialization warnings 2011-05-06 19:00:14 +00:00
org.springframework.oxm SPR-7805 - Add support for package binding in the JibxMashaller 2011-04-04 08:50:15 +00:00
org.springframework.spring-library
org.springframework.spring-parent Updating JUnit and TestNG versions for IDEs and Maven. 2011-03-28 19:59:09 +00:00
org.springframework.test Update MockEnvironment / MockPropertySource types 2011-05-06 18:57:41 +00:00
org.springframework.transaction Consolidate annotation processing constants 2011-05-06 19:06:37 +00:00
org.springframework.web SPR-6909 Include URI template vars in data binding 2011-04-26 11:54:54 +00:00
org.springframework.web.portlet
org.springframework.web.servlet Remove "Feature" support introduced in 3.1 M1 2011-05-06 19:03:52 +00:00
org.springframework.web.struts
spring-framework-reference Fix typo in aop reference documentation 2011-04-26 07:44:40 +00:00
src/test/java/org/springframework/core/env
.gitignore
build.properties
build.versions
ci-build.properties
eclipse-code-formatter.xml
spring-framework.ipr
spring-framework.psf