Class DelayedHk2InjectionManager

java.lang.Object
org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
All Implemented Interfaces:
InjectionManager

public final class DelayedHk2InjectionManager extends Object
Implementation of InjectionManager that is able to delay service's registration and injection to completeRegistration() phase. During the Jersey bootstrap just keep the bindings and other operation for a later use.
Author:
Petr Bouda