#1323: WithHistory.kt
projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/history/WithHistory.kt Annotation, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/history/WithHistory.kt 48 lines · 8 code · 37 comments · 3 blank
Class-level annotation marking an entity for automatic historization. Applied to AbstractHistorizableBaseDO and inherited by all historizable entities. Checked by HistoryServiceUtils.isHistorizable() to determine if an entity should generate history entries during CandH operations.
Git History
868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
5f9bbfbd3 Fix typos.
e01081a41 Migration stuff in progress...