10 Commits (e834711bc0996f872bdf07484c1bfc083285f120)

Author SHA1 Message Date
Chris Beams ff83255ace Adding eclipse metadata 16 years ago
Chris Beams e3153f705f + Renamed @Factory -> @FactoryMethod 16 years ago
Chris Beams f9918f9b2e Formatting pass, primarily to align with Spring's convention of hard tab indentation. 16 years ago
Chris Beams f8270428df + Removed requirement for enhanced subclasses to implement InitializingBean. This was in support of injecting @ExternalValue fields, but is no longer necessary in light of @Value 16 years ago
Chris Beams c0c8117d51 + Eliminated .util package 16 years ago
Chris Beams c593f06397 Consolidating types and reducing visibility wherever possible. Non-internal public API is now at 18 types (21 including internal packages). 16 years ago
Chris Beams 6deb1acab4 Refactoring and repackaging 16 years ago
Chris Beams d4fdad2202 + Further repackaging and consolidation 16 years ago
Chris Beams 2689751c2b Repackaging to remove remaining cycles and increase cohesion 16 years ago
Chris Beams e48fe0d892 Initial cut at migrating JavaConfig essentials into Core. test.basic.BasicTests successfully excercises the simplest possible @Configuration class (contains a single @Bean method). 39 classes were pulled in from from JavaConfig to support this use case. 16 years ago