mirror of
https://github.com/corda/corda.git
synced 2025-06-20 08:03:53 +00:00
Merge remote-tracking branch 'remotes/open/master' into merges/march-13-14-55
# Conflicts: # build.gradle # docs/source/_static/versions # docs/source/running-a-node.rst
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
package net.corda.core.serialization
|
||||
|
||||
/**
|
||||
* Annotation indicating a constructor to be used to reconstruct instances of a class during deserialization.
|
||||
*/
|
||||
@Target(AnnotationTarget.CONSTRUCTOR)
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
annotation class ConstructorForDeserialization
|
Reference in New Issue
Block a user