[
https://issues.jboss.org/browse/CDI-320?page=com.atlassian.jira.plugin.sy...
]
Jozef Hartinger commented on CDI-320:
-------------------------------------
{quote}the third point, which deals with @WithAnnotations doesn't seem to belong to
the paragraph, as the paragraph talks about what the container must fire, not about what
the observers must handle. The point seems redundant because the set of every Java class,
interface or enum discovered fully includes the set of annotated Java classes, interfaces
or enums discovered.{quote}
I think you are referring to this part:
{quote}each Java class, interface or enum that must be delivered to a ProcessAnnotatedType
observer, where the event parameter
is annotated with @WithAnnotations.{quote}
This is indeed a leftover from pre-final version of CDI 1.1. This feature did not make it
into the final version. We should remove this leftover.
Clarify whether ProcessAnnotatedType should be fired for annotations
--------------------------------------------------------------------
Key: CDI-320
URL:
https://issues.jboss.org/browse/CDI-320
Project: CDI Specification Issues
Issue Type: Clarification
Components: Portable Extensions
Reporter: Ron Šmeral
Assignee: Antoine Sabot-Durand
Labels: CDI_spec_chge, Ready_to_fix
Fix For: 1.2 Proposed
It should be stated clearly whether {{ProcessAnnotatedType}} should be fired for
annotations.
Currently, *11.5.6 ProcessAnnotatedType event* says:
{quote}
The container must fire an event, before it processes a type, for each:
* Java class, interface or enum in a bean archive,
{quote}
The word "annotation" has been introduced into the above line and later
reverted.
{quote}
* Annotated type added by {{BeforeBeanDiscovery.addAnnotatedType()}},
{quote}
The wording used here, however, doesn't exclude the option of the annotated type
being an Annotation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira