@Target(value={ANNOTATION_TYPE,TYPE})
@Retention(value=RUNTIME)
public @interface JsonFlatten
Annotation used for flattening properties separated by '.'.
E.g. a property with JsonProperty value "properties.value"
will have "value" property under the "properties" tree on
the wire.