Hi,
In looking for opportunities to simplify, I am removing ObjectBuilder.
It currently has methods for uses() and injectTo(instance). These things
can be just as easily performed by the following methods:
newObject(clazz);
newObject(clazz,uses1,uses2,uses3);
injectTo(instance, uses1, uses2, uses3);
The old ObjectBuilderFactory is therefore renamed to ObjectFactory
instead, with the above methods.
/Rickard
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev