@Target(TYPE) @Retention(RUNTIME) public @interface Stateful
Modifier and Type | Optional Element | Description |
---|---|---|
String |
description |
A string describing the stateful session bean.
|
String |
mappedName |
A product specific name(e.g.
|
String |
name |
The ejb-name for this bean.
|
boolean |
passivationCapable |
Specifies whether this stateful session bean is passivation capable
|
String mappedName
String
object.Copyright © 2018, 2022 Eclipse Foundation.
Use is subject to license terms.