com.ecwid.mailchimp
Annotation Type MailChimpObject.Field


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
protected static @interface MailChimpObject.Field

Marks fields to be serialized/deserialed to/from JSON.


Optional Element Summary
 String name
          Property name in JSON mapping.
 

name

public abstract String name
Property name in JSON mapping. If not specified, the field name will be used.

Default:
""


Copyright © 2012-2014 Ecwid, Inc. All Rights Reserved.