Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Tag(val name: String)
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class ValueClassCandidate

Marks a class which will (or can) be a value class after JEP-401 has been used in Minecraft.