VersionCompatibilityRange

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class VersionCompatibilityRange(val since: String, val until: String)

Annotation to mark classes that are compatible with specific Minecraft server versions.

Properties

Link copied to clipboard

The starting version from which the class is compatible.

Link copied to clipboard

The ending version until which the class is compatible.