RequiresSchemaVersion


@MustBeDocumented
@Retention(value = CLASS)
@Target(value = )
annotation RequiresSchemaVersion


Indicates the minimum schema version the annotated type is supported at. major and minor correspond to getMajor and getMinor values reported by renderers/evaluators of ProtoLayout.

Note that minor version is usually in the form of x00 such as 100, 200, ...

Summary

Public functions

abstract Int
abstract Int

Public functions

major

Added in 1.1.0
abstract fun major(): Int

minor

Added in 1.1.0
abstract fun minor(): Int