All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fish.payara.microprofile.config.extensions.toml.TOMLConfigSourceConfigurationInjector Maven / Gradle / Ivy

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