Annotation Type IncludeFields
- 
@Retention(RUNTIME) @Target(TYPE) public @interface IncludeFieldsInclude all values of (public) fields when serializing the object. 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanincludePrivateIf set, all private fields are included, too. 
 -