VersionCompatibilityMin

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class VersionCompatibilityMin(val since: 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.