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-embedded-web Show documentation
Show all versions of payara-embedded-web Show documentation
Embedded-Web Distribution of the Payara Project
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 - 2025 Weber Informatics LLC | Privacy Policy