javax.annotation
Annotation Type PostConstruct


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

The PostConstruct method is invoked on the newly constructed instance, after any dependency injection has been performed by the container and before the first business method is invoked on the bean.

Version:
$Revision: 1.1.2.2 $
Author:
Kabir Khan