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

Optional Element Summary
 String name
           
 String objectName
           
 String xmbean
           
 

objectName

public abstract String objectName
Default:
""

name

public abstract String name
Default:
""

xmbean

public abstract String xmbean
Default:
""


Copyright © 2009 JBoss Inc.. All Rights Reserved.