All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.digitalasset.daml.lf.data.NoCopy.scala Maven / Gradle / Ivy

There is a newer version: 1.18.2
Show newest version
// Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

package com.daml.lf.data

trait NoCopy {
  // prevents autogeneration of copy method in case class
  protected def copy(nothing: Nothing): Nothing = nothing
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy