public class RequestParamLiteral extends javax.enterprise.util.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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitannotationType, equals, hashCode, toStringpublic static final RequestParamLiteral INSTANCE
public RequestParamLiteral()
public RequestParamLiteral(String value)
public String value()
Copyright © 2008-2013 JBoss by Red Hat. All Rights Reserved.