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

io.datakernel.di.impl.BindingCompiler Maven / Gradle / Ivy

package io.datakernel.di.impl;

@FunctionalInterface
public interface BindingCompiler {

	CompiledBinding compile(CompiledBindingLocator compiledBindings, boolean threadsafe, int scope, int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy