Package org.dynalang.mop.beans

This package defines a metaobject protocol implementation that follows the JavaBeans specification.

See: Description

Package org.dynalang.mop.beans Description

This package defines a metaobject protocol implementation that follows the JavaBeans specification. An instance of this MOP can be typically used among the last, fallback MOPs in a composite MOP (together with list and map MOPs as well as a bottom MOP) to provide commonsensical POJO manipulation abilities to dynamic language runtimes.