``` @Retention(AnnotationRetention.RUNTIME) ...
# getting-started
m
Copy code
@Retention(AnnotationRetention.RUNTIME)
    @Target(AnnotationTarget.FUNCTION)
    annotation class TestConfiguration(val configuration: Config)