{"id":54094,"library":"spring-boot-configuration-processor","title":"Spring Boot Configuration Annotation Processor","description":"Generates metadata for custom configuration properties in Spring Boot applications, enabling IDE autocompletion.","status":"active","version":"4.0.6","language":"java","source_language":null,"source_url":"https://github.com/spring-projects/spring-boot","tags":["spring-boot","configuration","annotation-processor","metadata"],"install":[{"cmd":"<dependency>\n  <groupId>org.springframework.boot</groupId>\n  <artifactId>spring-boot-configuration-processor</artifactId>\n  <version>4.0.6</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.springframework.boot:spring-boot-configuration-processor:4.0.6'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"ConfigurationProperties","correct":"org.springframework.boot.context.properties.ConfigurationProperties"}],"quickstart":{"code":"import org.springframework.boot.context.properties.ConfigurationProperties;\nimport org.springframework.stereotype.Component;\n\n@Component\n@ConfigurationProperties(prefix = \"app\")\npublic class AppProperties {\n    private String name;\n    public String getName() { return name; }\n    public void setName(String name) { this.name = name; }\n}","lang":"java","description":"Shows a configuration properties class that will be processed by the annotation processor."},"warnings":[{"fix":"Add the dependency with annotationProcessor scope (Maven: <scope>provided</scope>).","message":"The annotation processor must be added as a dependency with 'annotationProcessor' scope in Maven/Gradle.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'annot':4,24 'annotation-processor':23 'applic':15 'autocomplet':18 'boot':2,14,21 'configur':3,10,22 'custom':9 'enabl':16 'generat':6 'ide':17 'metadata':7,26 'processor':5,25 'properti':11 'spring':1,13,20 'spring-boot':19","created_at":"2026-06-15T08:33:52.086503+00:00","updated_at":"2026-06-15T08:33:52.086503+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://spring.io/projects/spring-boot","github":"https://github.com/spring-projects/spring-boot","docs":"https://appdoc.app/artifact/org.springframework.boot/spring-boot-configuration-processor/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["config"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}