Package net.officefloor.compile
Interface SectionSourceServiceFactory
-
- All Superinterfaces:
ServiceFactory<SectionSourceService<?>>
- All Known Implementing Classes:
ClassSectionSource
,SectionModelSectionSource
public interface SectionSourceServiceFactory extends ServiceFactory<SectionSourceService<?>>
ServiceFactory
for theSectionSourceService
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
-
Methods inherited from interface net.officefloor.frame.api.source.ServiceFactory
createService
-
-