Description
Attach inline documentation to Python parameters, class attributes, return types, and variables using typing.Annotated. It helps libraries keep structured metadata close to type declarations.
Inline metadata is only useful when tools read it consistently. Keep annotations clear and avoid storing secrets or environment-specific data in them.