Annotation Interface Service.PostConstruct

Enclosing class:
Service

@Documented @Retention(CLASS) @Target(METHOD) public static @interface Service.PostConstruct
A method annotated with this annotation will be invoked after the constructor is finished and all dependencies are satisfied.

The method must not have any parameters and must be accessible (not private).