corda / net.corda.core / DeleteForDJVM

DeleteForDJVM

@Target([AnnotationTarget.FILE, AnnotationTarget.CLASS, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.PROPERTY, AnnotationTarget.FIELD, AnnotationTarget.TYPEALIAS]) @CordaInternal annotation class DeleteForDJVM

Declare the annotated element to unsuitable for the deterministic version of Corda.

Constructors

<init>

Declare the annotated element to unsuitable for the deterministic version of Corda.

DeleteForDJVM()