Reaction::Meta::InterfaceModel::Object::DomainModelAttribute - Reaction::Meta::InterfaceModel::Object::DomainModelAttribute documentation


Reaction documentation Contained in the Reaction distribution.

Index


Code Index:

NAME

Top

Reaction::Meta::InterfaceModel::Object::DomainModelAttribute

DESCRIPTION

Top

AUTHORS

Top

See Reaction::Class for authors.

LICENSE

Top

See Reaction::Class for the license.


Reaction documentation Contained in the Reaction distribution.

package Reaction::Meta::InterfaceModel::Object::DomainModelAttribute;

use Reaction::Class;

use namespace::clean -except => [ qw(meta) ];
extends 'Reaction::Meta::Attribute';

__PACKAGE__->meta->make_immutable(inline_constructor => 0);


1;