Package se.l4.commons.serialization
Annotation Type AllowSimpleTypes
@Retention(RUNTIME) @Target(FIELD) @Documented public @interface AllowSimpleTypes
Indicate that a field may contain any simple type, which is all primtive
types and
String, the field may not contain any object.- Author:
- Andreas Holstenson
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleancompactDeprecated.
-
Element Details
-
compact
Deprecated.Deprecated value for compact serialization that was never used.- Returns:
- Default:
- false
-