To inject an instance of class C: javax.enterprise.inject.spi.CDI.current().select(C.class).get(); Available in CDI 1.1+