javax.annotation
Annotation Type PreDestroy


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

Call the method annotated by PreDestroy before removing this object from the container.

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



Copyright © 2008. All Rights Reserved.