Packages

p

scala.reflect.internal

annotations

package annotations

Linear Supertypes
AnyRef, Any

Type Members

  1. 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

  2. type compileTimeOnly = annotation.compileTimeOnly
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) use scala.annotation.compileTimeOnly instead

Inherited from AnyRef

Inherited from Any

Ungrouped