Searched refs:FactoryImplementingGenericInterfaceExtension (Results 1 – 2 of 2) sorted by relevance
27 implements FactoryImplementingGenericInterfaceExtension.MyFactory {35 FactoryImplementingGenericInterfaceExtension create(Integer i) { in create()36 return new FactoryImplementingGenericInterfaceExtension( in create()41 public FactoryImplementingGenericInterfaceExtension make(Integer arg) { in make()
21 class FactoryImplementingGenericInterfaceExtension { class24 FactoryImplementingGenericInterfaceExtension(@Provided String s, Integer i) {} in FactoryImplementingGenericInterfaceExtension() method in FactoryImplementingGenericInterfaceExtension27 extends GenericFactory<FactoryImplementingGenericInterfaceExtension, Integer> {}