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

scala.annotation.internal.WithBounds.scala Maven / Gradle / Ivy

The newest version!
package scala.annotation.internal

import scala.annotation.Annotation

/** An annotation to indicate a pair of type bounds that comes with a type.
 *  Used to indicate optional bounds of an opaque type
 */
class WithBounds[Lo <: AnyKind, Hi <: AnyKind] extends Annotation




© 2015 - 2025 Weber Informatics LLC | Privacy Policy