[cdi-dev] [JBoss JIRA] (CDI-204) Clarify ProcessInjectionPoint type parameters
Jozef Hartinger (Created) (JIRA)
jira-events at lists.jboss.org
Fri Dec 16 08:33:09 EST 2011
Clarify ProcessInjectionPoint type parameters
---------------------------------------------
Key: CDI-204
URL: https://issues.jboss.org/browse/CDI-204
Project: CDI Specification Issues
Issue Type: Clarification
Components: Portable Extensions
Affects Versions: 1.1.EDR1
Reporter: Jozef Hartinger
Priority: Minor
Fix For: 1.1 (Proposed)
{quote}
The container must fire an event for every injection point of every Java EE component class supporting injection that may
be instantiated by the container at runtime.
The event object must be of type javax.enterprise.inject.spi.ProcessInjectionPoint<T,X> where T is the bean class of the bean that declares the injection point, and X is the declared type of the injection point.
{quote}
The first paragraph implies that this event may be fired for injection points not necesarilly defined on a bean. In that case, the value of the T type parameter is unclear.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the cdi-dev
mailing list