https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-definition-profiles-java
@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
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
@Profile("production")
annotation class Production