fish.payara.microprofile.config.extensions.toml.TOMLConfigSourceConfigurationInjector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of payara-client Show documentation
Show all versions of payara-client Show documentation
Appclient for Payara Server
The newest version!
package fish.payara.microprofile.config.extensions.toml;
import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;
@Service(name = "toml-config-source-configuration", metadata = "@depth=required,@depth=datatype:java.lang.Integer,@depth=leaf,@enabled=optional,@enabled=default:false,@enabled=datatype:java.lang.Boolean,@enabled=leaf,@path=required,@path=datatype:java.lang.String,@path=leaf,target=fish.payara.microprofile.config.extensions.toml.TOMLConfigSourceConfiguration")
@InjectionTarget(TOMLConfigSourceConfiguration.class)
public class TOMLConfigSourceConfigurationInjector
extends NoopConfigInjector
{
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy