
Bread::Board::Declare::Meta::Role::Attribute::Service - attribute metarole for service attributes in Bread::Board::Declare

version 0.14

This role adds functionality to the attribute metaclass for Bread::Board::Declare objects.

The block to use when creating a Bread::Board::BlockInjection service.
The value to use when creating a Bread::Board::Literal service.
Note that the parameter that should be passed to has is value.
The lifecycle to use when creating the service. See Bread::Board::Service and Bread::Board::LifeCycle.
The dependency specification to use when creating the service. See Bread::Board::Service::WithDependencies.
The parameter specification to use when creating the service. See Bread::Board::Service::WithParameters.
If true, the dependency list will be inferred as much as possible from the attributes in the class. See Bread::Board::Manual::Concepts::Typemap for more information. Note that this is only valid for constructor injection services.
The constructor name to use when creating Bread::Board::ConstructorInjection services.
Defaults to new.
The service object that is associated with this attribute.

Jesse Luehrs <doy at tozt dot net>

This software is copyright (c) 2013 by Jesse Luehrs.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.