javax.ejb
Annotation Type PrePassivate


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

An ejbPassivate type of callback marker. The method may be called ejbPassivate, or any signature matching: public void ()

Version:
$Revision: 1.1.6.5 $
Author:
Kabir Khan