The @Stateful annotation lets you define a stateful session bean.
@Stateful
public class MyStatefulSessionBean {
}
The @Stateful annotation lets you define a stateful session bean.
@Stateful
public class MyStatefulSessionBean {
}