Annotation Type Init


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Init
    A class annotated with Service can have a method annotation with @Init in which case the annotated method will be called after a successful injection.