add missing word to Widgets.pod
[catagits/Reaction.git] / lib / Reaction / Meta / InterfaceModel / Object / DomainModelAttribute.pm
CommitLineData
7adfd53f 1package Reaction::Meta::InterfaceModel::Object::DomainModelAttribute;
2
3use Reaction::Class;
4
81393881 5use namespace::clean -except => [ qw(meta) ];
6extends 'Reaction::Meta::Attribute';
7adfd53f 7
83529ec1 8__PACKAGE__->meta->make_immutable(inline_constructor => 0);
81393881 9
7adfd53f 10
111;
12
13=head1 NAME
14
e516f7e6 15Reaction::Meta::InterfaceModel::Object::DomainModelAttribute
7adfd53f 16
17=head1 DESCRIPTION
18
19=head1 AUTHORS
20
21See L<Reaction::Class> for authors.
22
23=head1 LICENSE
24
25See L<Reaction::Class> for the license.
26
27=cut