Annotation Interface Persistent


@Retention(RUNTIME) @Target(FIELD) @PublicAPI public @interface Persistent
This annotation signs if a property of a StructureChecker should be persisted
Since:
Marvin 5.7
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Returns the alias name of the annotated property
    Returns the 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 format of the annotated property
      Returns:
      the format of the annotated property
      Default:
      ""