/trunk/src/test/java/org/mentacontainer/impl/GenericFactoryTest.java |
---|
27,7 → 27,7 |
Container c = new MentaContainer(); |
// giveMeSomething => method that will be called to return object |
Factory generic = new GenericFactory(factory, "giveMeSomething"); |
Factory generic = new GenericFactory(factory, "giveMeSomething", String.class); |
c.ioc("myFactory", generic); |