Annotation Type PropertyElement


@Target(FIELD) @Retention(RUNTIME) @Documented public @interface PropertyElement
Annotation used at the field level that indicates that field is liquibase property element
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Specify key if field name is not corresponded to liquibase property key name
  • Element Details

    • key

      String key
      Specify key if field name is not corresponded to liquibase property key name
      Default:
      ""