public interface Creator<T>
Signature-wise it's the same as Inhabitant
but it carries an additional meaning.
CreatorsT create() throws org.glassfish.hk2.api.MultiException
Creator#initialize(Object, Inhabitant)
right away. This 2-phase initialization allows us to handle
cycle references correctlyorg.glassfish.hk2.api.MultiExceptionCopyright © 2009-2017 Oracle Corporation. All Rights Reserved.