Annotation Interface PersistentProperty


@Retention(RUNTIME) @Target(FIELD) @PublicApi public @interface PersistentProperty
This annotation signs if a property of a StandardizerAction should be persisted.
Since:
5.11
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Returns the alias name of the annotated property
    Returns the serialization format of the annotated property
  • Element Details

    • alias

      String alias
      Returns the alias name of the annotated property
      Returns:
      the alias name of the annotated property
      Default:
      ""
    • format

      String format
      Returns the serialization format of the annotated property
      Returns:
      the serialization format of the annotated property
      Default:
      ""