Hi folks! We are currently moving the logic from Bean -> InjectionTarget -> weird casts -> Bean to a clean
Bean -> InjectionTarget structure. That means that we need to move lots of information from the various Bean<T> classes to some InjectionTargets. This will be a major improvement to our portability, performance and mem consumption. Work is ongoing, thus expect the trunk to be broken for a few days... Arne, will you commit the InjectionTarget builder? Should we split it apart from the BeanBuilders or just introduce a separate public InjectionTarget createInjectionTarget(); ? I think that would be a bit less work. LieGrue, strub
