猫的@noop 注释是什么。基本上,它不接受像@op 这样的任何字符串别名。这是它的 scala 文档
/**
* Annotation that may be applied to methods on a type that is annotated with `@typeclass`.
*
* Doing so results in the method being excluded from the generated syntax ops type.
*/
class noop() extends StaticAnnotation
我对这个文档感到困惑。有人可以向我解释并给我一个关于如何使用它的例子吗?
提前谢谢了