Interface ManagedFunctionSourceService<S extends ManagedFunctionSource>

All Known Implementing Classes:
ClassManagedFunctionSource

public interface ManagedFunctionSourceService<S extends ManagedFunctionSource>

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

OfficeFloorCompiler.addManagedFunctionSourceAlias(String, Class) will be invoked for each found ManagedFunctionSourceService.

Author:
Daniel Sagenschneider