package org.stianloader.smatterdi; import org.jetbrains.annotations.NotNull; public interface ObjectAllocator { @NotNull T allocate(@NotNull Class type, @NotNull InjectionContext injectCtx, Object... args); }