Package acdp.tools
Annotation Type Setup.SetupTableDeclaration
- Enclosing class:
Setup
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
-
Element Details
-
value
String valueThe name of the table. The table name must also show up in the "tables" array of theSetup.SetupDatabaseannotation.- Returns:
- The table name.
-