Searched defs:PreDestroy (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/javaee-api/javax.annotation/src/main/java/javax/annotation/
H A DPreDestroy.java48 * The PreDestroy annotation is used on methods as a callback notification to
50 * container. The method annotated with PreDestroy is typically used to
54 * the PreDestroy annotation is applied MUST fulfill all of the following
61 * - The method on which PreDestroy is applied MAY be public, protected,
76 public @interface PreDestroy { interface

Completed in 707 milliseconds