Annotation Type GuiceManaged


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Deprecated
    public @interface GuiceManaged
    Deprecated.
    in the next version HK2 support will be removed and annotation will become useless
    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.
    Since:
    28.04.2018
    See Also:
    JerseyManaged