Document Kotlin custom metadata generation

See gh-12960
This commit is contained in:
sdeleuze 2018-04-25 11:20:21 +02:00 committed by Stephane Nicoll
parent 1679fd87c8
commit c24e7a5930
1 changed files with 5 additions and 0 deletions

View File

@ -7773,6 +7773,11 @@ class KotlinExampleProperties {
}
----
In order to allow <<appendix-configuration-metadata#configuration-metadata-annotation-processor,
generating your own metadata>> by using the annotation processor,
{kotlin-documentation}kapt.html[`kapt` should be configured] with the
`spring-boot-configuration-processor` dependency.
[[boot-features-kotlin-testing]]
=== Testing