@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface GuiceManaged
Annotation could be used to mark jersey related extension as managed by guice. By default, all
extensions are already managed by guice and so annotation is useless. But when hk-first mode enabled
(see InstallersOptions.JerseyExtensionsManagedByGuice) then
annotation could be used to mark exceptional beans which still must be managed by guice.