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>

RPCSinceVersion(version: Int)

Records the protocol version in which this RPC was added.

Properties

version

val version: Int