javax.annotation
Annotation Type PostConstruct


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface PostConstruct

Marks a method to be called after construction.