corda / net.corda.core.serialization / CordaSerializationTransformRenames

CordaSerializationTransformRenames

@Target([AnnotationTarget.CLASS]) annotation class CordaSerializationTransformRenames

This annotation is used to mark a class as having had multiple elements renamed as a container annotation for instances of CordaSerializationTransformRename, each of which details an individual rename.

Constructors

<init>

CordaSerializationTransformRenames(vararg value: CordaSerializationTransformRename)

This annotation is used to mark a class as having had multiple elements renamed as a container annotation for instances of CordaSerializationTransformRename, each of which details an individual rename.

Properties

value

vararg val value: Array<out CordaSerializationTransformRename>

an array of CordaSerializationTransformRename

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.