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, ...