spring-framework/org.springframework.core
Chris Beams 6837111bda Refactor AnnotationUtils#findAllAnnotationAttributes
Remove all convenience variants of #findAllAnnotationAttributes and
refactor the remaining method to accept a MetadataReaderFactory
instead of creating its own SimpleMetadataReaderFactory internally.
This allows clients to use non-default class loaders as well as
customize the particular MetadataReaderFactory to be used (e.g.
'simple' vs 'caching', etc).

Issue: SPR-8752
2011-10-09 20:32:21 +00:00
..
.settings Merge 3.1.0 development branch into trunk 2010-10-25 19:48:20 +00:00
src Refactor AnnotationUtils#findAllAnnotationAttributes 2011-10-09 20:32:21 +00:00
.classpath [SPR-8222] Upgraded to JUnit 4.9. 2011-08-30 13:16:12 +00:00
.project Added Eclipse project dependency on org.springframework.asm 2011-05-23 17:18:14 +00:00
build.xml Added DomUtils.getChildElements() method. Also refactored ConfigBeanDefinitionParser.parse() to use it. 2010-05-14 16:07:39 +00:00
core.iml added joptsimple dependency 2011-07-03 16:24:55 +00:00
ivy.xml Remove unnecessary javax.servlet dependency 2011-07-19 14:04:15 +00:00
pom.xml Update .core pom with jopt dependency 2011-08-20 03:01:45 +00:00
template.mf Introduce CommandLinePropertySource and impls 2011-06-30 22:33:56 +00:00