scala.annotation.internal.requiresCapability.scala Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy