Package org.stianloader.smatterdi
Interface ObjectAllocator
- All Known Implementing Classes:
CDObjectAllocator
public interface ObjectAllocator
-
Method Summary
Modifier and TypeMethodDescription<T> Tallocate(Class<T> type, InjectionContext injectCtx, Object... args)
-
Method Details
-
allocate
@NotNull <T> T allocate(@NotNull Class<T> type, @NotNull InjectionContext injectCtx, Object... args)
-