javax.ejb
Annotation Type PostActivate


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

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

Version:
$Revision: 1.1.6.5 $
Author:
Kabir Khan