This section covers how to inject configuration values into your microservice application code.
Overview
Talon provides annotation-driven configuration injection that allows you to initialize fields and methods with configuration values from the XRuntime environment. This provides a declarative alternative to programmatic access via the XRuntime.getValue() API.