Module jakarta.ejb
Package jakarta.ejb

Annotation Interface Remove


@Target(METHOD) @Retention(RUNTIME) public @interface Remove
Applied to a business method of a stateful session bean class to indicate to the container that the stateful session bean is to be removed by the container after completion of the method.
Since:
EJB 3.0