
com.avsystem.commons.annotation.bincompat.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-core_2.13 Show documentation
Show all versions of commons-core_2.13 Show documentation
AVSystem commons library for Scala
package com.avsystem.commons
package 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.
*/
class bincompat extends Annotation
© 2015 - 2025 Weber Informatics LLC | Privacy Policy