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

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

The newest version!
package scala.annotation.internal
import annotation.StaticAnnotation

/** An annotation to record a required capaility in the type of a throws
 */
class requiresCapability(capability: Any) extends StaticAnnotation





© 2015 - 2024 Weber Informatics LLC | Privacy Policy