public class HeaderParamLiteral extends AnnotationLiteral<HeaderParam> implements HeaderParam
Modifier and Type | Field and Description |
---|---|
static HeaderParamLiteral |
INSTANCE |
Constructor and Description |
---|
HeaderParamLiteral() |
HeaderParamLiteral(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 HeaderParamLiteral INSTANCE
public HeaderParamLiteral()
public HeaderParamLiteral(String value)
public String value()
Copyright © 2012 Seam Framework. All Rights Reserved.