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
1 package Reaction::Meta::InterfaceModel::Object::DomainModelAttribute;
2
3 use Reaction::Class;
4
5 use namespace::clean -except => [ qw(meta) ];
6 extends 'Reaction::Meta::Attribute';
7
8 __PACKAGE__->meta->make_immutable(inline_constructor => 0);
9
10
11 1;
12
13 =head1 NAME
14
15 Reaction::Meta::InterfaceModel::Action::DomainModelAttribute
16
17 =head1 DESCRIPTION
18
19 =head1 AUTHORS
20
21 See L<Reaction::Class> for authors.
22
23 =head1 LICENSE
24
25 See L<Reaction::Class> for the license.
26
27 =cut