Package io.github.slimjar.injector
Interface DependencyInjectorFactory
- All Known Implementing Classes:
SimpleDependencyInjectorFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescription@NotNull DependencyInjectorcreate(@NotNull DownloadHelperFactory downloadHelperFactory)
-
Method Details
-
create
@Contract("_ -> new") @NotNull @NotNull DependencyInjector create(@NotNull @NotNull DownloadHelperFactory downloadHelperFactory)
-