org.jboss.ejb
Class EJBsImpl

java.lang.Object
  extended by org.jboss.ejb.EJBsImpl
All Implemented Interfaces:
java.lang.annotation.Annotation, javax.annotation.EJBs

public class EJBsImpl
extends Object
implements javax.annotation.EJBs

// *

Version:
$Revision: 1.1.2.5 $
Author:
William DeCoste

Constructor Summary
EJBsImpl()
           
 
Method Summary
 void addEjb(javax.annotation.EJB ejb)
           
 Class annotationType()
           
 String toString()
           
 javax.annotation.EJB[] value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode
 

Constructor Detail

EJBsImpl

public EJBsImpl()
Method Detail

value

public javax.annotation.EJB[] value()

addEjb

public void addEjb(javax.annotation.EJB ejb)

annotationType

public Class annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation

toString

public String toString()
Specified by:
toString in interface java.lang.annotation.Annotation
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.