Interface SupplierSourceService<S extends SupplierSource>

All Known Implementing Classes:
JaxRsSupplierSourceService, SpringSupplierSourceService

public interface SupplierSourceService<S extends SupplierSource>

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

OfficeFloorCompiler.addSupplierSourceAlias(String, Class) will be invoked for each found SupplierSourceService.

Author:
Daniel Sagenschneider