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
    boolean compact
    Deprecated. 
  • Element Details

    • compact

      @Deprecated boolean compact
      Deprecated.
      Deprecated value for compact serialization that was never used.
      Returns:
      Default:
      false