org.jboss.annotation.ejb
Annotation Type Service
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Service
Annotation for specifying the new JBoss Specific EJB extension, a singleton service
It is a single instance that can have a remote/local/MBean management interface
- Version:
- $Revision: 1.8 $
- Author:
- Kabir Khan
Optional Element Summary |
java.lang.String |
name
|
java.lang.String |
objectName
|
objectName
public abstract java.lang.String objectName
- Default:
- ""
name
public abstract java.lang.String name
- Default:
- ""