io.github.amayaframework.di.RepositoryImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of amaya-di Show documentation
Show all versions of amaya-di Show documentation
A framework responsible for monitoring and automating the dependency injection process.
package io.github.amayaframework.di;
import com.github.romanqed.jfunc.Function0;
import java.util.HashMap;
import java.util.Map;
final class RepositoryImpl implements Repository {
private final Map> body;
RepositoryImpl() {
this.body = new HashMap<>();
}
@Override
public Function0
© 2015 - 2025 Weber Informatics LLC | Privacy Policy