Refactor BFF Package Structure #64

Merged
stne3960 merged 12 commits from refactor/bff-structure into main 2026-01-12 17:38:55 +01:00
Showing only changes of commit 67d9a518e6 - Show all commits

View File

@ -1,7 +0,0 @@
/// Everything related to the API used by the frontend
@NonNullApi
@NonNullFields
package se.su.dsv.studentportalen.bff.frontend;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;