Mercurial > pub > Impl
view Lib/IMPL/Class/DirectPropertyInfo.pm @ 362:715b9959b207
WebView: initial work on metadata providers
author | cin |
---|---|
date | Thu, 28 Nov 2013 20:00:20 +0400 |
parents | 4ddb27ff4a0b |
children |
line wrap: on
line source
package IMPL::Class::DirectPropertyInfo; use strict; use parent 'IMPL::Class::PropertyInfo'; our %CTOR = ('IMPL::Class::PropertyInfo' => '@_'); __PACKAGE__->mk_accessors(qw(fieldName directAccess)); 1;