nonfinl

class nonfinl(val message: String) extends StaticAnnotation

to convey explicitly that something is intended to be overriden in some situations (as opposed to having forgotten to make it final).

to convey explicitly that something is intended to be overriden in some situations (as opposed to having forgotten to make it final).

trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any

Value members

Concrete fields

val message: String