org.apache.myfaces.extensions.cdi.jpa.impl.util
Class TransactionalLiteral
java.lang.Object
javax.enterprise.util.AnnotationLiteral<Transactional>
org.apache.myfaces.extensions.cdi.jpa.impl.util.TransactionalLiteral
- All Implemented Interfaces:
- Serializable, Annotation, Transactional
public class TransactionalLiteral
- extends javax.enterprise.util.AnnotationLiteral<Transactional>
- implements Transactional
can be used by add-ons
Literal for the Transactional
annotation.
- See Also:
- Serialized Form
Methods inherited from class javax.enterprise.util.AnnotationLiteral |
annotationType, equals, hashCode, toString |
TransactionalLiteral
public TransactionalLiteral()
qualifier
public Class<? extends Annotation> qualifier()
-
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.