Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Kotlin example for defines a custom @Production #28680

Closed
maxbiu opened this issue Jun 23, 2022 · 0 comments
Closed

Fix Kotlin example for defines a custom @Production #28680

maxbiu opened this issue Jun 23, 2022 · 0 comments
Assignees
Labels
theme: kotlin An issue related to Kotlin support type: documentation A documentation task
Milestone

Comments

@maxbiu
Copy link

maxbiu commented Jun 23, 2022

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
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jun 23, 2022
@sdeleuze sdeleuze added this to the 5.3.22 milestone Jun 23, 2022
@sdeleuze sdeleuze added theme: kotlin An issue related to Kotlin support and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jun 23, 2022
@sdeleuze sdeleuze self-assigned this Jun 23, 2022
@sdeleuze sdeleuze added the type: documentation A documentation task label Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: kotlin An issue related to Kotlin support type: documentation A documentation task
Projects
None yet
Development

No branches or pull requests

3 participants