Annotation Interface AccumulationRegister


@Retention(RUNTIME) @Target(TYPE) public @interface AccumulationRegister
  • Element Details

    • name

      String name
    • title

      String title
      Human-facing display label, distinct from the URL-safe name() identity. Use it for localized or multi-word titles while keeping name ASCII 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 to name().
      Default:
      ""
    • tableName

      String tableName
      Stable DB table name. When empty, derived from name().
      Default:
      ""
    • type

      Default:
      BALANCE
    • context

      String context
      Default:
      ""