CORDA-1925: Include Requirements object in core-deterministic. (#3841)

This commit is contained in:
Chris Rankin 2018-08-23 10:08:20 +01:00 committed by GitHub
parent 57e188a5a8
commit 040de41e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ import java.util.*
//// Requirements /////////////////////////////////////////////////////////////////////////////////////////////////////
@KeepForDJVM
object Requirements {
/** Throws [IllegalArgumentException] if the given expression evaluates to false. */
@Suppress("NOTHING_TO_INLINE") // Inlining this takes it out of our committed ABI.