Annotation Interface Init


@Retention(CLASS) @Target({METHOD,MODULE}) public @interface Init

Indicates a method that must be executed after a bean has been instantiated and dependency injection is done.

Since:
1.0
Author:
Jeremy Kuhn