禁止 常量

  1. @弃用("使用 forbidden 代替")
int const 禁止

实现

@Deprecated("Use forbidden instead")
static const int FORBIDDEN = forbidden;