org.jboss.webbeans.ejb
Class EJB

java.lang.Object
  extended by org.jboss.webbeans.util.ApiAbstraction
      extended by org.jboss.webbeans.ejb.EJB

public class EJB
extends ApiAbstraction

Utility class for EJB classes etc. EJB metadata should NOT be inspected here

Author:
Pete Muir

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.webbeans.util.ApiAbstraction
ApiAbstraction.Dummy, ApiAbstraction.DummyAnnotation
 
Field Summary
static java.lang.Class<?> ENTERPRISE_BEAN_CLASS
           
 
Constructor Summary
EJB()
           
 
Method Summary
 
Methods inherited from class org.jboss.webbeans.util.ApiAbstraction
annotationTypeForName, classForName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTERPRISE_BEAN_CLASS

public static final java.lang.Class<?> ENTERPRISE_BEAN_CLASS
Constructor Detail

EJB

public EJB()


Copyright © 2008. All Rights Reserved.