com.caucho.config.j2ee
Class JpaPersistenceContextLiteral
java.lang.Object
javax.enterprise.util.AnnotationLiteral<JpaPersistenceContext>
com.caucho.config.j2ee.JpaPersistenceContextLiteral
- All Implemented Interfaces:
- JpaPersistenceContext, java.io.Serializable, java.lang.annotation.Annotation
public class JpaPersistenceContextLiteral
- extends AnnotationLiteral<JpaPersistenceContext>
- implements JpaPersistenceContext
A @BeanName literal for EJB names
- See Also:
- Serialized Form
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 |
JpaPersistenceContextLiteral
public JpaPersistenceContextLiteral(java.lang.String value)
JpaPersistenceContextLiteral
public JpaPersistenceContextLiteral(java.lang.String value,
boolean isExtended)
value
public java.lang.String value()
extended
public boolean extended()
toString
public java.lang.String toString()
- Specified by:
toString
in interface java.lang.annotation.Annotation
- Overrides:
toString
in class AnnotationLiteral<JpaPersistenceContext>