Annotation Type Init


  • @Documented
    @Retention(RUNTIME)
    @Target({CONSTRUCTOR,METHOD})
    public @interface Init
    Annotates a Method for initialising the object after dependencies injected.
    Author:
    Daniel Sagenschneider