Package io.github.slimjar.injector
Interface DependencyInjector
- All Known Implementing Classes:
SimpleDependencyInjector
public interface DependencyInjector
-
Method Summary
Modifier and TypeMethodDescriptionvoidinject(@NotNull Injectable injectable, @NotNull DependencyData data, @NotNull Map<String, ResolutionResult> preResolvedResults)
-
Method Details
-
inject
void inject(@NotNull @NotNull Injectable injectable, @NotNull @NotNull DependencyData data, @NotNull @NotNull Map<String, ResolutionResult> preResolvedResults)
-