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

fish.payara.nucleus.microprofile.config.spi.ConfigSourceConfiguration Maven / Gradle / Ivy

There is a newer version: 6.2024.6
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy