org.jboss.solder.literal
Class ObservesLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<Observes>
      extended by org.jboss.solder.literal.ObservesLiteral
All Implemented Interfaces:
Serializable, Annotation, Observes

public class ObservesLiteral
extends AnnotationLiteral<Observes>
implements Observes

See Also:
Serialized Form

Constructor Summary
ObservesLiteral(TransactionPhase during, Reception notifyObserver, Reception receives)
           
 
Method Summary
 TransactionPhase during()
           
 Reception notifyObserver()
           
 Reception receive()
           
 
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

ObservesLiteral

public ObservesLiteral(TransactionPhase during,
                       Reception notifyObserver,
                       Reception receives)
Method Detail

during

public TransactionPhase during()

notifyObserver

public Reception notifyObserver()

receive

public Reception receive()


Copyright © 2011 Seam Framework. All Rights Reserved.