API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.annotation. PreDestroy View Source
Author(s)
Since
Common Annotations 1.0
Version
Serial
Description
@Documented
@Retention (value=RUNTIME)
@Target (value=METHOD)
public annotation PreDestroy
  The PreDestroy annotation is used on methods as a callback notification to signal that the instance is in the process of being removed by the container.
See also:    PostConstruct Resource
Elements
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar