changes for 0.002000, thank you xinming for reminding me, I'm a fucking idiot
[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
15Reaction::Meta::InterfaceModel::Action::DomainModelAttribute
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