enumeration ProtectionKind

ProtectionKind = {
    -- enumeration values

    "public",
    "protected",
    "private",
    "package",
}