keycloakjar.org.springframework.remoting.caucho.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camunda-bpm-identity-keycloak-all Show documentation
Show all versions of camunda-bpm-identity-keycloak-all Show documentation
Camunda Keycloak Identity Provider Plugin including all transitive dependencies
The newest version!
/**
* This package provides remoting classes for Caucho's Hessian protocol:
* a proxy factory for accessing Hessian services, and an exporter for
* making beans available to Hessian clients.
*
* Hessian is a slim, binary RPC protocol over HTTP.
* For information on Hessian, see the
* Hessian website
*/
@NonNullApi
@NonNullFields
package org.springframework.remoting.caucho;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;