Browse Source

Document Kotlin custom metadata generation

See gh-12960
pull/13061/head
sdeleuze 8 years ago committed by Stephane Nicoll
parent
commit
c24e7a5930
  1. 5
      spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

5
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -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]] [[boot-features-kotlin-testing]]
=== Testing === Testing

Loading…
Cancel
Save