org.jboss.annotation.ejb
Annotation Type Service


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Service

Service annotaion from Jboss.

Since:
24.02.2007
Author:
Daniel Wiese

Optional Element Summary
 java.lang.String objectName
          Teh object name.
 

objectName

public abstract java.lang.String objectName
Teh object name.

Since:
24.02.2007
Default:
""


Copyright © 2008. All Rights Reserved.