Class SoftServiceLoader.StaticDefinition<S>

java.lang.Object
io.micronaut.core.io.service.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 Object implements ServiceDefinition<S>
A ServiceDefinition implementation that uses a MethodHandles.Lookup object to find a public constructor.