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

akka.util.Unused.scala Maven / Gradle / Ivy

There is a newer version: 2.2.6.3
Show newest version
/*
 * Copyright (C) 2018-2019 Lightbend Inc. 
 */

package akka.util

import akka.annotation.InternalApi

/**
 * Marker for explicit or implicit parameter known to be unused, yet
 * still necessary from a binary compatibility perspective
 * or other reason. Useful in combination with
 * `-Ywarn-unused:explicits,implicits` compiler options.
 *
 * INTERNAL API
 */
@InternalApi private[akka] class unused extends deprecated("unused", "")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy