[cdi-dev] [JBoss JIRA] (CDI-363) Revert changes to InjectionPoint that allow it to be injected in observer methods
Jozef Hartinger (JIRA)
jira-events at lists.jboss.org
Thu Apr 4 15:48:42 EDT 2013
[ https://issues.jboss.org/browse/CDI-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765100#comment-12765100 ]
Jozef Hartinger commented on CDI-363:
-------------------------------------
We should also make it clear that for an event fired from Event<Foo> the following applies:
EventMetadata.getType() returns Foo
EventMetadata.getInjectionPoint().getType() returns Event<Foo>
Similarly, InjectionPoint.getQualifiers() represents the qualifiers on the injection point, not necessarily event qualifiers.
> Revert changes to InjectionPoint that allow it to be injected in observer methods
> ---------------------------------------------------------------------------------
>
> Key: CDI-363
> URL: https://issues.jboss.org/browse/CDI-363
> Project: CDI Specification Issues
> Issue Type: Bug
> Components: Events
> Affects Versions: 1.1.PFD
> Reporter: Jozef Hartinger
> Assignee: Pete Muir
> Priority: Blocker
> Fix For: 1.1.FD
>
>
> Now that EventMetadata made it to the spec this is now redundant.
--
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
More information about the cdi-dev
mailing list