Section 5.4
"Client proxies are never required for a bean whose scope is a pseudo-scope such as @Dependent."
I understand the concept of client proxies to allow for scopes and context.
Is this a true statement...
Client proxies may not be needed for @Dependent (pseudo scope). CDI may provide a client proxy for @Dependent.