#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

CommitWhat changed
868d6abb752025 -> 2026
63081666f6Source file headers: 2024-> 2025.
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
5f7ef41b8cCopyright 2021 -> 2022
ceb63e8a1bSource code header: (C) 2001-2021.
7c79f1922cCopyright of source header -> 2020.
77ac9f28cfUIStyle -> UIColor
05244ff19eCopyRight of all Kotlin file-header updated or created.
bd3a3e8240Module projectforge-jax-rs renamed to projectforge-rest.