API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.annotation. PostConstruct View Source
Author(s)
Since
Common Annotations 1.0
Version
Serial
Description
@Documented
@Retention (value=RUNTIME)
@Target (value=METHOD)
public annotation PostConstruct
  The PostConstruct annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization.
See also:    PreDestroy Resource
Elements
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar