org.jboss.solder.servlet.http.literal
Class CookieParamLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<CookieParam>
      extended by org.jboss.solder.servlet.http.literal.CookieParamLiteral
All Implemented Interfaces:
Serializable, Annotation, CookieParam

public class CookieParamLiteral
extends AnnotationLiteral<CookieParam>
implements CookieParam

Author:
Dan Allen
See Also:
Serialized Form

Field Summary
static CookieParamLiteral INSTANCE
           
 
Constructor Summary
CookieParamLiteral()
           
CookieParamLiteral(String value)
           
 
Method Summary
 String value()
           
 
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 CookieParamLiteral INSTANCE
Constructor Detail

CookieParamLiteral

public CookieParamLiteral()

CookieParamLiteral

public CookieParamLiteral(String value)
Method Detail

value

public String value()


Copyright © 2011 Seam Framework. All Rights Reserved.