final case class AnnotationOf[A, T](annot: A) extends AnyVal with Product with Serializable
- Annotations
- @implicitNotFound( "${T} is not annotated with ${A}" )
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AnnotationOf
- Serializable
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All