org.jboss.ejb3.annotation.impl
Class StatelessImpl

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

public class StatelessImpl
extends java.lang.Object
implements javax.ejb.Stateless

// *


Constructor Summary
StatelessImpl(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

StatelessImpl

public StatelessImpl(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()