Not-an-Interface 不是接口
Yes, it is a class, not an interface.
是的,它是一个类,而不是一个接口。
An interesting observation is that Action is a class and not an interface.
(一个有趣的发现是,Action是类而不是接口)。
The only other thing to watch out for is that an enumerated type is defined using a Class and not an Interface like other model classes.
惟一需要当心的是枚举类型。 它被定义成一个 Class,而不是其他模型类中的 Interface!
应用推荐