org.jboss.solder.literal
Class NormalScopeLiteral

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

public class NormalScopeLiteral
extends AnnotationLiteral<NormalScope>
implements NormalScope

See Also:
Serialized Form

Field Summary
static NormalScope NON_PASSIVATING_INSTANCE
           
static NormalScope PASSIVATING_INSTANCE
           
 
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
 

Field Detail

PASSIVATING_INSTANCE

public static final NormalScope PASSIVATING_INSTANCE

NON_PASSIVATING_INSTANCE

public static final NormalScope NON_PASSIVATING_INSTANCE
Method Detail

passivating

public boolean passivating()


Copyright © 2011 Seam Framework. All Rights Reserved.