Skip to content

Commit

Permalink
make example annotation repeatable again
Browse files Browse the repository at this point in the history
  • Loading branch information
SMILEY4 committed Sep 1, 2024
1 parent e2e6734 commit 0ac8242
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ import kotlinx.serialization.SerialInfo
)
@SerialInfo
@Retention(AnnotationRetention.RUNTIME)
@Repeatable
annotation class Example(val example: String)

0 comments on commit 0ac8242

Please sign in to comment.