Fix Kotlin example for custom @Production

Closes gh-28680
This commit is contained in:
Sébastien Deleuze
2022-07-13 09:13:26 +02:00
parent 4d7e4e0c58
commit 1ef8800c6c

View File

@@ -9654,7 +9654,7 @@ of creating a custom composed annotation. The following example defines a custom
[source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"]
.Kotlin
----
@Target(AnnotationTarget.TYPE)
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
@Profile("production")
annotation class Production