public class CookieParamLiteral extends AnnotationLiteral<CookieParam> implements CookieParam
Modifier and Type | Field and Description |
---|---|
static CookieParamLiteral |
INSTANCE |
Constructor and Description |
---|
CookieParamLiteral() |
CookieParamLiteral(String value) |
Modifier and Type | Method and Description |
---|---|
String |
value() |
annotationType, equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
annotationType, equals, hashCode, toString
public static final CookieParamLiteral INSTANCE
public CookieParamLiteral()
public CookieParamLiteral(String value)
public String value()
Copyright © 2012 Seam Framework. All Rights Reserved.