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

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

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

public interface ConditionalBinder extends Binder {
    
    LinkingBinder when(BindingCondition condition);
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy