org.jboss.ejb3.annotation.impl
Class StatefulImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.StatefulImpl
All Implemented Interfaces:
java.lang.annotation.Annotation, javax.ejb.Stateful

public class StatefulImpl
extends java.lang.Object
implements javax.ejb.Stateful

// *


Constructor Summary
StatefulImpl(java.lang.String name)
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 java.lang.String description()
           
 java.lang.String mappedName()
           
 java.lang.String name()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

StatefulImpl

public StatefulImpl(java.lang.String name)
Method Detail

name

public java.lang.String name()

annotationType

public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation

mappedName

public java.lang.String mappedName()

description

public java.lang.String description()