Class ReflectiveModuleSupplier

java.lang.Object
com.exonum.binding.core.runtime.ReflectiveModuleSupplier
All Implemented Interfaces:
Supplier<ServiceModule>

public final class ReflectiveModuleSupplier
extends Object
implements Supplier<ServiceModule>
A reflective supplier of service modules that instantiates them with a no-arg constructor.