Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 514 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 514 Bytes

kiji-delegation

A lightweight service loading library based on java.util.ServiceLoader that can be used by Kiji framework modules for dynamically loading different service provider implementations at runtime. This delegates functionality required by "upstream" modules to downstream runtime implementations.

For more information, see the Javadoc for the org.kiji.delegation package