258259260261262263264265
componentFactories.push(Automating.class); return this; } public PicoBuilder withMethodInjection() { componentFactories.push(new MethodInjection()); return this; }