Package com.github.cafapi.common.util.moduleloader


package com.github.cafapi.common.util.moduleloader
  • Class
    Description
    Utility class that provides methods for finding and returning components at runtime using the Java ServiceLoader.
    Thrown when there is a problem finding or instantiating a requested component.
    Allows retrieval of a module based on the Interface that it implements and its simple name.