![JAR search and dependency download from the Maven repository](/logo.png)
fish.payara.nucleus.microprofile.config.spi.ConfigSourceConfiguration Maven / Gradle / Ivy
package fish.payara.nucleus.microprofile.config.spi;
import org.jvnet.hk2.config.Attribute;
import org.jvnet.hk2.config.ConfigBeanProxy;
import org.jvnet.hk2.config.Configured;
@Configured
public interface ConfigSourceConfiguration extends ConfigBeanProxy {
@Attribute(defaultValue = "false", dataType = Boolean.class)
String getEnabled();
void setEnabled(String value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy