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

com.github.jsr330.spi.config.builder.LinkingBinder Maven / Gradle / Ivy

package com.github.jsr330.spi.config.builder;

public interface LinkingBinder extends Binder {
    
    LinkingBinder and(BindingCondition condition);
    
    LinkingBinder or(BindingCondition condition);
    
    LinkingBinder xor(BindingCondition condition);
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy