LegalProseReference

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class LegalProseReference(val uri: String)

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

Properties

Link copied to clipboard
val uri: String