Interface SectionSourceService<S extends SectionSource>

All Known Implementing Classes:
ClassSectionSource, SectionModelSectionSource

public interface SectionSourceService<S extends SectionSource>

Service to plug-in an SectionSource Class alias by including the extension SectionSource jar on the class path.

OfficeFloorCompiler.addSectionSourceAlias(String, Class) will be invoked for each found SectionSourceService.

Author:
Daniel Sagenschneider