Packages

class bincompat extends Annotation

Marks symbols which exist only for binary compatibility with previous versions. These symbols should never be used directly. This is checked by commons-analyzer plugin. Additionally, it's recommended to make these symbols package private so that they cannot be used directly from Scala code but remain public in bytecode.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bincompat
  2. Annotation
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new bincompat()