corda / net.corda.core.serialization / SerializableCalculatedProperty

SerializableCalculatedProperty

@Target([AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.FUNCTION]) annotation class SerializableCalculatedProperty

Used to annotate methods which expose calculated values that we want to be serialized for use by the class carpenter.

Constructors

<init>

Used to annotate methods which expose calculated values that we want to be serialized for use by the class carpenter.

SerializableCalculatedProperty()