Annotation Interface Columns


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface Columns
Support an array of columns. Useful for component user types mappings
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The aggregated columns.
  • Element Details

    • columns

      Column[] columns
      The aggregated columns.