Re: [picocontainer-dev] caf chaining in builder (done)
Paul Hammant <[email protected]>
| Newsgroups | gmane.comp.java.picocontainer.devel |
|---|---|
| Message-ID | <[email protected]> |
Here is what it is like now :-
MutablePicoContainer mpc = new PicoBuilder(SDI()).withBehaviors
(caching(), threadSafe(), implHiding()).build();
After today's "Behavior" thought it was clear that there is one
injection type as an end-node, and zero or more Behaviors fronting it.
ComponentAdapterFactory has been changed to ComponentFactory,
subtypes of BehaviorFactory and InjectionFatcory.
ComponentAdapter has not been renamed, but has sub-interfaces of
InjectionAdapter and BehaviorAdapter
I think this makes sense.
- Paul
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email