Package com.exonum.binding.core.service.adapters

An internal package with adapters of Java Service interfaces to the interface, convenient to the native code. That brings such benefits:
  • Separates user-facing interface and the framework implementation, enabling us to change them independently.
  • Provides the native code with a convenient interface (simpler, faster, more reliable).

Also contains an utility factory to produce proxies of native views.