Annotation Type | Description |
---|---|
ConfigProperty |
Binds the injection point with a configured value.
|
CDI Support for Microprofile Config
Microprofile Config also supports injection via a JSR-330 DI container:
@Inject @ConfigProperty(name="myproject.some.endpoint.url"); private String restUrl;
The following types can be injected: