useAssistedParamNamesAsIdentifiers
When enabled, Metro's native @Assisted annotation uses the parameter name as the default assisted identifier. When disabled, defaults to an empty string (legacy/Dagger behavior).
This only affects Metro's own @Assisted annotation, not custom/interop annotations which may use the legacy empty-string default.
Enabled by default.