module HardWire::Container

Overview

A module mixin for creating a hardwire container.

Contains a set of class-level methods and macros for registering and interrogating the container. As all the functionality is contained in macros, see Root to an implementation example.

module WhateverYouLikeContainer
  include Hardwire::Container
end

Direct including types

Defined in:

hardwire.cr