org.jboss.weld.context.ejb
Class EjbLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<Ejb>
      extended by org.jboss.weld.context.ejb.EjbLiteral
All Implemented Interfaces:
Serializable, Annotation, Ejb

public class EjbLiteral
extends javax.enterprise.util.AnnotationLiteral<Ejb>
implements Ejb

Annotation literal for Ejb

Author:
Pete Muir
See Also:
Serialized Form

Field Summary
static Ejb INSTANCE
           
 
Method Summary
 
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Field Detail

INSTANCE

public static final Ejb INSTANCE


Copyright © 2013 Seam Framework. All Rights Reserved.