package org.stianloader.smatterdi; public interface InjectionContext { T getInstance(Class type); void autowire(Class type, T instance); }