@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Stateful
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
A string describing the stateful session bean.
|
java.lang.String |
mappedName
A product specific name(e.g.
|
java.lang.String |
name
The ejb-name for this bean.
|
boolean |
passivationCapable
Specifies whether this stateful session bean is passivation capable
|
public abstract java.lang.String name
public abstract java.lang.String mappedName