Annotation Type HeaderCollection
-
@Retention(RUNTIME) @Target(FIELD) public @interface HeaderCollection
Annotation on a deserialized header type that indicates that the property should be treated as a header collection with the provided prefix.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
The header collection prefix.
-