Mercurial > pub > Impl
view Lib/IMPL/Class/DirectPropertyInfo.pm @ 276:8a5da17d7ef9
*IMPL::Class refactoring property definition mechanism (incomplete).
author | sergey |
---|---|
date | Thu, 31 Jan 2013 17:37:44 +0400 |
parents | |
children | 4ddb27ff4a0b |
line wrap: on
line source
package IMPL::Class::DirectPropertyInfo; use strict; use IMPL::Const qw(:prop); use IMPL::declare { base => [ 'IMPL::Class::PropertyInfo' => '@_' ], props => [ fieldName => PROP_RW, directAccess => PROP_RW ] }; 1;