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