Legacy Architecture
annotation class LegacyArchitecture(val logLevel: LegacyArchitectureLogLevel = LegacyArchitectureLogLevel.WARNING)
Annotation to mark classes or functions that are part of the legacy architecture.
This annotation is used to indicate that the annotated class or function is part of the legacy architecture. The logLevel
parameter can be used to specify the level of logging that should be applied when the annotated element is used.