org.jboss.solder.literal
Class SessionScopedLiteral

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

public class SessionScopedLiteral
extends AnnotationLiteral<SessionScoped>
implements SessionScoped

See Also:
Serialized Form

Field Summary
static SessionScoped INSTANCE
           
 
Constructor Summary
SessionScopedLiteral()
           
 
Method Summary
 
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

INSTANCE

public static final SessionScoped INSTANCE
Constructor Detail

SessionScopedLiteral

public SessionScopedLiteral()


Copyright © 2011 Seam Framework. All Rights Reserved.