com.github.ghik.silencer

Members list

Concise view

Type members

Classlikes

class silent extends Annotation

When silencer compiler plugin is enabled, this annotation suppresses all warnings emitted by scalac for some portion of source code. It can be applied on any definition (class, def,val,var, etc.) or on arbitrary expression, e.g. {123; 456}: @silent

When silencer compiler plugin is enabled, this annotation suppresses all warnings emitted by scalac for some portion of source code. It can be applied on any definition (class, def,val,var, etc.) or on arbitrary expression, e.g. {123; 456}: @silent

Attributes

Graph
Supertypes
class Annotation
class Object
trait Matchable
class Any