Module hw06

Package provided.utils.loader


package provided.utils.loader
Definitions and implementations of utilities for dynamic class loading.
Author:
swong
  • Interface Summary
    Interface
    Description
    IObjectLoader<ReturnT>
    Abstraction of the dynamic class loading process for a particular type of entity (class or interface).