kijiproject / kiji-delegation

Dependency injection and service loading for Kiji

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Dependency injection and service loading for Kiji

License:Apache License 2.0


Languages

Language:Java 100.0%