org.jboss.weld.literal
Class NormalScopeLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<javax.enterprise.context.NormalScope>
      extended by org.jboss.weld.literal.NormalScopeLiteral
All Implemented Interfaces:
Serializable, Annotation, javax.enterprise.context.NormalScope

public class NormalScopeLiteral
extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.context.NormalScope>
implements javax.enterprise.context.NormalScope

Annotation literal for NormalScope

Author:
Pete Muir
See Also:
Serialized Form

Constructor Summary
NormalScopeLiteral(boolean passivating)
           
 
Method Summary
 boolean passivating()
           
 
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

NormalScopeLiteral

public NormalScopeLiteral(boolean passivating)
Method Detail

passivating

public boolean passivating()


Copyright © 2013 Seam Framework. All Rights Reserved.