Annotation Type InitMethod
-
@Retention(RUNTIME) @Target(METHOD) public @interface InitMethodit this annotation is added to a method of a class that is instantiated byAlohaBeanFactorythen the method is called by theAlohaBeanFactoryafter all the beans are injected. Throuh this method any kind of initiation of the configured instance can be done.