Package acdp.tools

Annotation Type Setup.SetupTableDeclaration

Enclosing class:
Setup

@Retention(RUNTIME) @Target(FIELD) public static @interface Setup.SetupTableDeclaration
The @SetupTableDeclaration annotation is used by the Setup Tool to identify a table declaration within the database class. The table declaration is needed to find out the table class.

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 name of the table.
  • Element Details

    • value

      String value
      The name of the table. The table name must also show up in the "tables" array of the Setup.SetupDatabase annotation.
      Returns:
      The table name.