| Returns new hints that combine user supplied hints with the
. If a hint is specified
in both user and default hints, then user hints have precedence.
The returned hints should live only the time needed for invoking
FactoryRegistry methods. No long-term reference should be held.
Parameters: hints - The user hints, or null if none. New hints (never null ). |