Package acdp.tools

Annotation Type Setup.SetupTable

Enclosing class:
Setup

@Retention(RUNTIME) public static @interface Setup.SetupTable
The @SetupTable annotation is used by the Setup Tool to get the names of the table's columns.

Note that the order of the column names in the "value" array must be the same as the order in which the columns appear in the initialize method of the CustomTable class. It is the same order in which the column layouts appear in the table layout of the resulting database layout.

This annotation is exclusively processed by the Setup Tool.

Author:
Beat Hörmann
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The table's columns in proper order.
  • Element Details

    • value

      String[] value
      The table's columns in proper order.
      Returns:
      The table's columns in proper order.