Annotation Interface CustomHeaderFeature.Require
- Enclosing class:
- CustomHeaderFeature
@Retention(RUNTIME)
@Documented
@Target(METHOD)
public static @interface CustomHeaderFeature.Require
A method annotation to be placed on those resource methods to which a validating
CustomHeaderFilter instance should be added.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionExpected custom header name to be validated by theCustomHeaderFilter.Expected custom header value to be validated by theCustomHeaderFilter.
-
Element Details
-
headerName
String headerNameExpected custom header name to be validated by theCustomHeaderFilter. -
headerValue
String headerValueExpected custom header value to be validated by theCustomHeaderFilter.
-