@Target(value={ANNOTATION_TYPE,FIELD,METHOD,PARAMETER}) @Retention(value=RUNTIME) @Documented public @interface JsonPropertyUniqueItems
JsonPropertyUniqueItems
annotation is used to indicate the
annotated array or collection property requires unique items (automatically
set for Set
).Copyright (C) 2015-2017 The Helenus Driver Project Authors.