Polish "Document Kotlin custom metadata generation"

Closes gh-12960
This commit is contained in:
Stephane Nicoll
2018-04-25 17:19:55 +02:00
parent c24e7a5930
commit 9cf8080a17

View File

@@ -7773,10 +7773,10 @@ 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.
TIP: To generate
<<appendix-configuration-metadata#configuration-metadata-annotation-processor,your own
metadata>> using the annotation processor, {kotlin-documentation}kapt.html[`kapt` should
be configured] with the `spring-boot-configuration-processor` dependency.
[[boot-features-kotlin-testing]]