LegacyArchitecture

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.

Properties

Link copied to clipboard

The logging level to be used for the annotated element. Defaults to LegacyArchitectureLogLevel.WARNING.