Annotation Type InitMethod


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface InitMethod
    it this annotation is added to a method of a class that is instantiated by AlohaBeanFactory then the method is called by the AlohaBeanFactory after all the beans are injected. Throuh this method any kind of initiation of the configured instance can be done.