@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Singleton
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
A string describing the singleton session bean.
|
java.lang.String |
mappedName
A product specific name(for example, global JNDI name)
that this session bean should be mapped to.
|
java.lang.String |
name
The ejb-name for this bean.
|
public abstract java.lang.String name
public abstract java.lang.String mappedName