javax.ejb
Annotation Type PrePassivate


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

Designates a method to receive a callback before a stateful session bean is passivated.