CORDA-1186 - ACtually move annotaiton into core module, not just core namespace (#2781)

This commit is contained in:
Katelyn Baker
2018-03-11 00:34:23 +00:00
committed by GitHub
parent cadde056fa
commit 2d394fc6f6

View File

@ -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