@Target(value={ANNOTATION_TYPE,FIELD,METHOD,PARAMETER}) @Retention(value=RUNTIME) @Documented public @interface JsonPropertyPattern
JsonPropertyPattern
annotation is used to indicate that
the annotated string property must match a specific regular expression
pattern. Automatically set to UUID
, Locale
, ZoneId
,
and byte[]
.public abstract String value
public abstract String key
Copyright (C) 2015-2017 The Helenus Driver Project Authors.