mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
Adds JvmName annotations where necessary to improve interop when developing CorDapps in java.
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
@file:JvmName("CryptoUtilities")
|
||||
|
||||
package net.corda.core.crypto
|
||||
|
||||
import net.corda.core.serialization.OpaqueBytes
|
||||
|
@ -1,3 +1,5 @@
|
||||
@file:JvmName("Driver")
|
||||
|
||||
package net.corda.node.driver
|
||||
|
||||
import com.fasterxml.jackson.databind.ObjectMapper
|
||||
|
@ -1,3 +1,5 @@
|
||||
@file:JvmName("ConfigUtilities")
|
||||
|
||||
package net.corda.node.services.config
|
||||
|
||||
import com.google.common.net.HostAndPort
|
||||
|
Reference in New Issue
Block a user