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