Package org.apache.druid.guice
Annotation Type ManageLifecycleInit
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface ManageLifecycleInit
Marks the object to be managed byLifecycleand set to be onLifecycle.Stage.INITstage. This stage gets defined byLifecycleModule.