]
Tomas Remes updated CDI-536:
----------------------------
Affects Version/s: 1.2.Final
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
Priority: Minor
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.