e.g. in this signature: ```python @inject async def foo(bar, baz=1): # ... ``` Only `bar` should get the injection treatment. `baz` should be ignored.
e.g. in this signature:
Only
barshould get the injection treatment.bazshould be ignored.