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

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

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

import java.lang.annotation.Annotation;
import java.util.Map;

import com.github.jsr330.spi.ClassInjector;

public interface BindingCondition {
    
    boolean fulfilled(ClassInjector injector, Class type, Map[]> inheritanceTree, Annotation qualifier, ClassLoader classLoader);
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy