RequiresSchemaVersion


@MustBeDocumented
@Retention(value = CLASS)
@Target(value = )
public 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 methods

abstract int
abstract int

Public methods

major

Added in 1.1.0
public abstract int major()

minor

Added in 1.1.0
public abstract int minor()