org.jboss.ejb3.annotation
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: 67834 $
- Author:
- Kabir Khan
objectName
public abstract String objectName
- Default:
- ""
name
public abstract String name
- Default:
- ""
xmbean
public abstract String xmbean
- Default:
- ""
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.