sbtUnchecked

sbt.sbtUnchecked
class sbtUnchecked extends Annotation

An annotation to designate that the annotated entity should not be considered for additional sbt compiler checks. These checks ensure that the DSL is predictable and prevents users from doing dangerous things at the cost of a stricter code structure.

Attributes

Since

1.0.0

Graph
Supertypes
class Annotation
class Object
trait Matchable
class Any
In this article