org.apache.myfaces.extensions.cdi.jpa.impl.util
Class TransactionalLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<Transactional>
      extended by 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.

Author:
Gerhard Petracek
See Also:
Serialized Form

Constructor Summary
TransactionalLiteral()
           
 
Method Summary
 Class<? extends Annotation> qualifier()
           
 
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
 

Constructor Detail

TransactionalLiteral

public TransactionalLiteral()
Method Detail

qualifier

public Class<? extends Annotation> qualifier()


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.