javax.persistence
Annotation Type PostRemove


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

Used to defined the PostRemove callback lifecycle.

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