- All Implemented Interfaces:
Creator<T>
- Author:
- jwells
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CreatorImpl
public CreatorImpl(Class<?> c,
org.glassfish.hk2.api.ServiceLocator locator)
-
Method Details
-
create
Description copied from interface: Creator
Creates a new instance.
The caller is supposed to call the
invalid reference
Creator#initialize(Object, Inhabitant)
right away. This 2-phase initialization allows us to handle
cycle references correctly
- Specified by:
create in interface Creator<T>