scala

annotation

package annotation

Type Members

  1. class elidable extends Annotation with StaticAnnotation

    An annotation for methods for which invocations might be removed in the generated code

  2. class switch extends Annotation with StaticAnnotation

    An annotation to be applied to a match expression

  3. class tailrec extends Annotation with StaticAnnotation

    A method annotation which verifies that the method will be compiled with tail call optimization

Value Members

  1. object elidable extends AnyRef

    This useless appearing code was necessary to allow people to use named constants for the elidable annotation

  2. package target

  3. package unchecked