javax.annotation
Annotation Type PreDestroy


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

The PreDestroy method will execute after any method annotated with the Remove annotation has completed.

Version:
$Revision: 1.1.2.2 $
Author:
Kabir Khan