Class SoftServiceLoader.StaticDefinition<S>

  • Type Parameters:
    S - The service type
    All Implemented Interfaces:
    ServiceDefinition<S>
    Enclosing class:
    SoftServiceLoader<S>

    public static final class SoftServiceLoader.StaticDefinition<S>
    extends java.lang.Object
    implements ServiceDefinition<S>
    A ServiceDefinition implementation that uses a MethodHandles.Lookup object to find a public constructor.