PropertyHookType 枚举

简介

PropertyHookType 枚举列出了属性挂钩的合法类型。

注解摘要

case Get ;
/** 表示 get 挂钩。 */
case Set ;
/** 表示 set 挂钩。 */
}