Mercurial > pub > Impl
view Lib/IMPL/Config/Descriptor.pm @ 404:9ef75f2029be default
sync
author | cin |
---|---|
date | Fri, 28 Aug 2015 19:54:53 +0300 |
parents | |
children |
line wrap: on
line source
package IMPL::Config::Descriptor; 1; __END__ =pod =head1 NAME C<IMPL::Config::Descriptor> - the abstract base types for the service descriptors =head1 SYNOPSIS =begin code package MyDescriptor; use IMPL::declare { base => { 'IMPL::Config::Descriptor' => '@_' } }; sub Activate { my ($this,$context) = @_; my $service = $context->GetService('service'); my } =end code =head1 MEMBERS =head1 SEE ALSO =over =item * L<ReferenceDescriptor> - describes a reference to the service =item * L<ServiceDescriptor> - descibes a service factory =item * L<ValueDescriptor> - describes a value =back =cut