{"id":26742286,"url":"https://github.com/eitco/documentation-configuration-metadata-processor","last_synced_at":"2026-05-03T04:38:12.003Z","repository":{"id":284587248,"uuid":"955329090","full_name":"eitco/documentation-configuration-metadata-processor","owner":"eitco","description":"Java annotation processor to generate additional spring configuration metadata","archived":false,"fork":false,"pushed_at":"2025-03-26T16:13:18.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T17:24:26.484Z","etag":null,"topics":["annotationprocessor","java","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eitco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-26T13:24:38.000Z","updated_at":"2025-03-26T16:15:41.000Z","dependencies_parsed_at":"2025-03-26T17:24:31.561Z","dependency_job_id":"51bea4b9-4da2-465d-9796-2e93ceaa5c8d","html_url":"https://github.com/eitco/documentation-configuration-metadata-processor","commit_stats":null,"previous_names":["eitco/documentation-configuration-metadata-processor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitco%2Fdocumentation-configuration-metadata-processor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitco%2Fdocumentation-configuration-metadata-processor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitco%2Fdocumentation-configuration-metadata-processor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitco%2Fdocumentation-configuration-metadata-processor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eitco","download_url":"https://codeload.github.com/eitco/documentation-configuration-metadata-processor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245978282,"owners_count":20703678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["annotationprocessor","java","spring-boot"],"created_at":"2025-03-28T06:17:21.126Z","updated_at":"2026-05-03T04:38:11.952Z","avatar_url":"https://github.com/eitco.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![License](https://img.shields.io/github/license/eitco/spring-config-generator.svg?style=for-the-badge)](https://opensource.org/license/mit)\n[![Build status](https://img.shields.io/github/actions/workflow/status/eitco/documentation-configuration-metadata-processor/deploy.yaml?branch=main\u0026style=for-the-badge\u0026logo=github)](https://github.com/eitco/documentation-configuration-metadata-processor/actions/workflows/deploy.yaml)\n[![Maven Central Version](https://img.shields.io/maven-central/v/de.eitco.cicd/documentation-configuration-metadata-processor?style=for-the-badge\u0026logo=apachemaven)](https://central.sonatype.com/artifact/de.eitco.cicd/documentation-configuration-metadata-processor)\n\n# documentation-configuration-metadata-processor\n\nThis [java annotation processor](https://docs.oracle.com/javase/8/docs/api/javax/annotation/processing/Processor.html) generates additional spring configuration metadata for the \n[configuration documentation generation plugin](https://github.com/eitco/spring-config-collector-maven-plugin).\n\nIt's main usage is to generate configuration metadata for classes used in collections in \n`@ConfigurationProperties` classes, which are ignored by the `spring-boot-configuration-processor`.\n\n## Usage\n\nAdd a dependency to the processor to your POM:\n\n````xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ede.eitco.cicd\u003c/groupId\u003e\n    \u003cartifactId\u003edocumentation-configuration-metadata-processor\u003c/artifactId\u003e\n    \u003coptional\u003etrue\u003c/optional\u003e\n    \u003cversion\u003eprocessor-version\u003c/version\u003e\n\u003c/dependency\u003e\n````\nAnnotate classes to generate metadata for with:\n\n````java\n@AdditionalConfigurationMetadata(groups = {\"TestGroup1\",\"TestGroup2\"})\n````\nThe annotation requires one or more group names. The names are used to merge the generated configuration metadata with \nmetadata generated by the `spring-boot-configuration-processor`. By setting more than ony group it is possible to reuse\nmetadata at several places in the generated documentation.\n\nThe processor supports the `@NestedConfigurationProperty` annotation from Spring Boot in classes annotated with \n`@AdditionalConfigurationMetadata`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feitco%2Fdocumentation-configuration-metadata-processor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feitco%2Fdocumentation-configuration-metadata-processor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feitco%2Fdocumentation-configuration-metadata-processor/lists"}