Class EjbLiteral

java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<Ejb>
org.jboss.weld.context.ejb.EjbLiteral
All Implemented Interfaces:
Annotation

public class EjbLiteral extends jakarta.enterprise.util.AnnotationLiteral<Ejb> implements Ejb
Annotation literal for Ejb
Author:
Pete Muir
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Ejb
     
  • Method Summary

    Methods inherited from class jakarta.enterprise.util.AnnotationLiteral

    annotationType, equals, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • INSTANCE

      public static final Ejb INSTANCE