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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitannotationType, equals, hashCode, toStringpublic static final CookieParamLiteral INSTANCE
public CookieParamLiteral()
public CookieParamLiteral(String value)
public String value()
Copyright © 2012 Seam Framework. All Rights Reserved.