@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Header
HttpServerRequest.getHeader(String).
The parameter type must be String, java.util.Optional<String> or java.util.List<String>, otherwise
the build fails.
HttpServerRequest.getHeader(String)| Modifier and Type | Fields and Description |
|---|---|
static String |
ELEMENT_NAME
Constant value for
value() indicating that the annotated element's name should be used as-is. |
public abstract String value
Copyright © 2021 JBoss by Red Hat. All rights reserved.