Commit ae499c2c authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #12960 from sdeleuze:custom-metadata

* pr/12960:
  Polish "Document Kotlin custom metadata generation"
  Document Kotlin custom metadata generation
parents 1679fd87 9cf8080a
...@@ -7773,6 +7773,11 @@ class KotlinExampleProperties { ...@@ -7773,6 +7773,11 @@ class KotlinExampleProperties {
} }
---- ----
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]] [[boot-features-kotlin-testing]]
=== Testing === Testing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment