com.caucho.ejb.cfg
Class SingletonLiteral
java.lang.Object
javax.enterprise.util.AnnotationLiteral<Singleton>
com.caucho.ejb.cfg.SingletonLiteral
- All Implemented Interfaces:
- java.io.Serializable, java.lang.annotation.Annotation, Singleton
public class SingletonLiteral
- extends AnnotationLiteral<Singleton>
- implements Singleton
Configuration for an ejb stateless session bean.
- See Also:
- Serialized Form
Constructor Summary |
SingletonLiteral(java.lang.String name,
java.lang.String mappedName,
java.lang.String description)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.annotation.Annotation |
annotationType, equals, hashCode, toString |
SingletonLiteral
public SingletonLiteral(java.lang.String name,
java.lang.String mappedName,
java.lang.String description)
description
public java.lang.String description()
mappedName
public java.lang.String mappedName()
name
public java.lang.String name()