https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-definition-profiles-java ```kotlin @Target(AnnotationTarget.CLASS) @Retention(AnnotationRetention.RUNTIME) @Profile("production") annotation class Production ```
https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-definition-profiles-java