package test; import javax.inject.Inject; public class Test { @Inject CustomInterface interfaceImpl; }