InfoQ: Can you share your thoughts about Meta Object Protocol (MOP) feature in Groovy?
InfoQ:你能分享一些关于Groovy中元对象协议(mop)的想法吗?
The Meta Object Protocol is not unique to Groovy, nor was it invented by Groovy's makers.
元对象协议不是Groovy独有的,它也不是由 Groovy发明者发明的。
In a recent interview, Groovy Project Manager Guillaume Laforge mentioned that his favorite Groovy feature is its implementation of the Meta Object Protocol, or MOP.
在最近的一次采访中,Groovy项目经理GuillaumeLaforge提到,他最喜欢的Groovy特性是它实现了元对象协议(Meta Object Protocol)或称MOP。
There is a specific runtime system, called the MOP (stands for Meta-Object Protocol) that is responsible for the dispatching logic.
在Groovy中有一个特殊的运行时系统,叫做MOP(元对象协议Meta - Object Protocol),负责方法分派逻辑。
There is a specific runtime system, called the MOP (stands for Meta-Object Protocol) that is responsible for the dispatching logic.
在Groovy中有一个特殊的运行时系统,叫做MOP(元对象协议Meta - Object Protocol),负责方法分派逻辑。
应用推荐