Package net.officefloor.compile
Interface SupplierSourceServiceFactory
-
- All Superinterfaces:
ServiceFactory<SupplierSourceService<?>>
- All Known Implementing Classes:
JaxRsSupplierSourceService
,SpringSupplierSourceService
public interface SupplierSourceServiceFactory extends ServiceFactory<SupplierSourceService<?>>
ServiceFactory
for theSupplierSourceService
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
-
Methods inherited from interface net.officefloor.frame.api.source.ServiceFactory
createService
-
-