corda / net.corda.client.rpc / RPCSinceVersion

RPCSinceVersion

@Target([AnnotationTarget.FUNCTION]) annotation class RPCSinceVersion

Records the protocol version in which this RPC was added.

Constructors

<init>

Records the protocol version in which this RPC was added.

RPCSinceVersion(version: Int)

Properties

version

val version: Int