I just made the same mistake as the reporter in #23405 that I had spring-boot-configuration-processor ordered before lombok in my pom.xml and thus combining @lombok.Value with @ConstructorBinding didn't work with the configuration-processor.

It would be great to have an info box in the Configuration Metadata mentioning the importance of the order of the dependencies if using Lombok.

Comment From: tudormarc

@philwebb @wilkinsona I added a PR for this issue :)

Comment From: wilkinsona

Thanks, @tudormarc. Closing in favor of #31190.