Interface ServiceLoader

  • All Known Implementing Classes:
    DefaultServiceLoader

    public interface ServiceLoader
    Could not manage to make work the standard ServiceLoader. This is a replacement. Created on 14/07/17.
    Author:
    Reda.Housni-Alaoui
    • Method Detail

      • load

        <T> List<T> load​(Class<T> serviceType)
        Type Parameters:
        T - The service type
        Parameters:
        serviceType - The service type
        Returns:
        All the available instances for the service type