EJB @Stateful

Javadoc

The @Stateful annotation lets you define a stateful session bean.

  @Stateful
  public class MyStatefulSessionBean {
  }