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

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

Go to download

DataKernel has an extremely lightweight DI with ground-breaking design principles. It supports nested scopes, singletons, object factories, modules and plugins which allow to transform graph of dependencies at startup time without any reflection.

The newest version!
package io.datakernel.di.impl;

import io.datakernel.di.core.Key;
import org.jetbrains.annotations.NotNull;

public interface CompiledBindingLocator {
	@NotNull  CompiledBinding get(Key key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy