Package su.onno.annotations
Annotation Interface Enumeration
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
name
String name -
title
String titleHuman-facing display label for the enumeration type, distinct from the URL-safename()identity. Use it for a localized or multi-word title (e.g."Статусы заказов") while keepingnameASCII so it stays a stable contract key. Surfaces in the UI metadata. When empty, falls back toname(). To label the individual values, annotate the constants withEnumLabel.- Default:
""
-
tableName
String tableNameStable DB table name. When empty, derived fromname().- Default:
""
-