Package org.eclipse.microprofile.config.inject
@Version("1.0")
package org.eclipse.microprofile.config.inject
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: