javax.ejb
Annotation Type Stateful


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Stateful

A stateful session bean must be annotated with the Stateful annotation or denoted in the deployment descriptor as a stateful session bean. If other annotations are applied to the bean class or its members, the Stateful annotation must be used. The bean class does not implement the javax.ejb.SessionBean interface.

Version:
$Revision: 42322 $
Author:
Bill Burke

Optional Element Summary
 String description
           
 String mappedName
           
 String name
           
 

name

public abstract String name
Default:
""

mappedName

public abstract String mappedName
Default:
""

description

public abstract String description
Default:
""


Copyright © 2008 JBoss Inc.. All Rights Reserved.