mirror of
https://github.com/corda/corda.git
synced 2025-04-06 19:07:08 +00:00
Adds JvmName annotations where necessary to improve interop when developing CorDapps in java.
This commit is contained in:
parent
fbcbf3e1d7
commit
432015ddfe
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user