]
Antoine Sabot-Durand resolved CDI-536.
--------------------------------------
Assignee: Antoine Sabot-Durand
Resolution: Done
Redundant statement in "2.6.2. Default bean names" chapter
----------------------------------------------------------
Key: CDI-536
URL:
https://issues.jboss.org/browse/CDI-536
Project: CDI Specification Issues
Issue Type: Bug
Affects Versions: 1.2.Final
Reporter: Tomas Remes
Assignee: Antoine Sabot-Durand
Priority: Minor
Fix For: 2.0-EDR1
This chapter currently says:
{quote}
In the following circumstances, a default name must be assigned by the container:
- A bean class or producer method or field of a bean declares a @Named annotation and no
bean name is explicitly specified by the value member.
{quote}
and then:
{quote}
If a bean class or producer method or field of a bean declares a @Named annotation and no
bean name is explicitly specified the value of the value member is defaulted.
{quote}
These 2 statements declare the same IMO.