Package su.onno.annotations
Annotation Interface TabularSection
Declares an owned line-item
List on a document.
Each tabular section must use its own concrete
TabularSectionRow class. Spring Data JDBC maps a row class to one child
table, so startup rejects a concrete row class reused by another document or section. Distinct
concrete subclasses may share fields and behavior through a common base class.
-
Optional Element Summary
Optional Elements
-
Element Details
-
name
String name- Default:
""
-