Annotation Type HeaderCollection
-
@Retention(RUNTIME) @Target(FIELD) public @interface HeaderCollectionAnnotation 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.StringvalueThe header collection prefix.
-