org.apache.webbeans.annotation
Class SessionScopeLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<javax.enterprise.context.SessionScoped>
      extended by org.apache.webbeans.annotation.SessionScopeLiteral
All Implemented Interfaces:
Serializable, Annotation, javax.enterprise.context.SessionScoped

public class SessionScopeLiteral
extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.context.SessionScoped>
implements javax.enterprise.context.SessionScoped

RequestScoped literal annotation.

Since:
1.0
Author:
Gurkan Erdogdu
See Also:
Serialized Form

Constructor Summary
SessionScopeLiteral()
           
 
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
 

Constructor Detail

SessionScopeLiteral

public SessionScopeLiteral()


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.