com.r3corda.node.services.messaging / 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