Package org.dynalang.mop.beans

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

See:
          Description

Class Summary
BeansMetaobjectProtocol A metaobject protocol implementation that allows access and manipulation of POJOS using semantics adhering to the JavaBeans specification, as well as access and manipulation of native Java arrays.
 

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.