package annotations
Linear Supertypes
Type Members
-
final
class
uncheckedBounds extends Annotation with StaticAnnotation
An annotation that designates the annotated type should not be checked for violations of type parameter bounds in the
refchecks
phase of the compiler.An annotation that designates the annotated type should not be checked for violations of type parameter bounds in the
refchecks
phase of the compiler. This can be used by synthesized code the uses an inferred type of an expression as the type of an artifact val/def (for example, a temporary value introduced by an ANF transform). See https://github.com/scala/bug/issues/7694.- Since
2.10.3
-
type
compileTimeOnly = annotation.compileTimeOnly
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) use scala.annotation.compileTimeOnly instead