javax.annotation
Annotation Type PostConstruct


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

Call the method annotated with PostConstruct after that a new instance of the class has been built.

Since:
EJB 3.0 version.
Author:
Florent Benoit
See Also:
EJB 3.0 specification



Copyright © 2008. All Rights Reserved.