This PR refactors the ConfigurationMetadataAnnotationProcessor class by replacing hardcoded values with constants.

  • All hardcoded values have been replaced with named constants.
  • No functional behavior has been altered.

Comment From: snicoll

Thanks for making your first contribution to Spring Boot, @mushroom528