CORDA-1186 - Actually move annotation into core module, not just core namespace (#2789)

This commit is contained in:
Katelyn Baker
2018-03-12 11:47:58 +00:00
committed by GitHub
parent 9a0a0e9880
commit 6fbc6a55cf

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