I use Maven with kapt to generate the metadata. However, it only generates the metadata from the top level properties. It ignores nested classes. IntelliJ (usually) correctly loads the metadata file but in my opinion it should just analyze the code automatically and not rely on having the metadata file generated by another tool.
y
yann.cebron
04/12/2018, 7:58 AM
the metadata is the only truth, we cannot and do not want to duplicate the work the annotation processor is doing.
yann.cebron
04/12/2018, 7:59 AM
please check with Spring Boot team directly if you think that AP is not working as expected in your case