#2088: ResponseData.kt
projectforge-rest/src/main/kotlin/org/projectforge/rest/ResponseData.kt Data Class, projectforge-rest/src/main/kotlin/org/projectforge/rest/ResponseData.kt (55 lines) 55 lines · 21 code · 30 comments · 4 blank
Source file: ResponseData.kt - data class in ProjectForge REST module.
Architecture Analysis
Resides in projectforge-rest, the JAX-RS REST API layer consumed by the React frontend. Implemented as a Kotlin data class with concise property declarations and auto-generated equals/hashCode/toString.
Git History
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
ceb63e8a1b | Source code header: (C) 2001-2021. |
7c79f1922c | Copyright of source header -> 2020. |
77ac9f28cf | UIStyle -> UIColor |
05244ff19e | CopyRight of all Kotlin file-header updated or created. |
bd3a3e8240 | Module projectforge-jax-rs renamed to projectforge-rest. |