Package com.onec.annotations
Annotation Interface AccumulationRegister
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
name
String name -
title
String titleHuman-facing display label, distinct from the URL-safename()identity. Use it for localized or multi-word titles while keepingnameASCII and space-free so routes stay clean. Surfaces in the UI metadata and is used for nav items and report headings. When empty, falls back toname().- Default:
""
-
tableName
String tableNameStable DB table name. When empty, derived fromname().- Default:
""
-
type
AccumulationType type- Default:
BALANCE
-
context
String context- Default:
""
-