Skip to content

Commit 1ef8800

Browse files
committed
Fix Kotlin example for custom @production
Closes gh-28680
1 parent 4d7e4e0 commit 1ef8800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-beans.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9654,7 +9654,7 @@ of creating a custom composed annotation. The following example defines a custom
96549654
[source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"]
96559655
.Kotlin
96569656
----
9657-
@Target(AnnotationTarget.TYPE)
9657+
@Target(AnnotationTarget.CLASS)
96589658
@Retention(AnnotationRetention.RUNTIME)
96599659
@Profile("production")
96609660
annotation class Production

0 commit comments

Comments
 (0)