@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Stateful
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description |
java.lang.String |
mappedName |
java.lang.String |
name |
boolean |
passivationCapable
Specifies whether this stateful session bean is passivation capable
|