Attribute
Everything under Quiote\DI\Attribute.
Classes
Section titled “Classes”| Class | Description |
|---|---|
Autowire | Parameter-level override: inject this literal scalar/config value instead of autowiring by type. |
Inject | Parameter-level override: resolve this parameter from the container by an explicit id instead of autowiring by type. |
Service | Class-level discovery marker + scope declaration for services. |