|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjef.injection.impl.DefaultInjectorsFactory
public class DefaultInjectorsFactory
Default implementation of the InjectorsFactory
interface.
Since the returned implemetation of the Injector
interface is
thread-safe, this factory will actually return a singleton that can be safely
used in multi-threaded environment.
Constructor Summary | |
---|---|
DefaultInjectorsFactory()
Creates a new instance of DefaultInjectorsFactory |
Method Summary | |
---|---|
Injector |
getInstance()
Produces an instance implementing the Injector interface. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultInjectorsFactory()
Method Detail |
---|
public Injector getInstance()
InjectorsFactory
Injector
interface.
getInstance
in interface InjectorsFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |