io.datakernel.di.impl.CompiledBindingLocator Maven / Gradle / Ivy
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