corda / net.corda.core.contracts / LegalProseReference

LegalProseReference

@Target([AnnotationTarget.CLASS]) annotation class LegalProseReference

The annotated Contract implements the legal prose identified by the given URI.

Constructors

<init>

LegalProseReference(uri: String)

The annotated Contract implements the legal prose identified by the given URI.

Properties

uri

val uri: String

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.