@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Remove
Modifier and Type | Optional Element and Description |
---|---|
boolean |
retainIfException
If true, the stateful session bean will not be removed if an exception is thrown from the designated method.
|