Registry / config / helidon-config-metadata-processor

helidon-config-metadata-processor

JSON →
library4.4.1javamavenunverified

Annotation processor for generating configuration metadata in Helidon, deprecated in favor of helidon-config-metadata-codegen.

<dependency> <groupId>io.helidon.config</groupId> <artifactId>helidon-config-metadata-processor</artifactId> <version>4.4.1</version> </dependency>
INSTALL
IMPORT
SIG · HELIDON-CONFIG-MET
H
helidon-config-metadata-processor
configjavav4.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ConfigMetadataProcessor
io.helidon.config.metadata.processor.ConfigMetadataProcessor

Demonstrates the deprecated annotation processor usage.

import io.helidon.config.metadata.processor.ConfigMetadataProcessor; public class Example { // This processor is typically used via annotation processing at compile time. public static void main(String[] args) { System.out.println("Deprecated; use helidon-config-metadata-codegen instead."); } }
Debug
Known issues
breakingThis package is deprecated; use helidon-config-metadata-codegen instead.
fix
Replace dependency with io.helidon.config:helidon-config-metadata-codegen.
affects: >=4.0.0
Upgrade
Version history
4.4.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
28
Resources
helidon-config-metadata-processor — mvn dependency:get helidon-config-metadata-processor · libregistry