[cdi-dev] [JBoss JIRA] (CDI-385) ProcessObserverMethod is different btw spec and API
Mark Struberg (JIRA)
jira-events at lists.jboss.org
Thu Jul 4 03:22:20 EDT 2013
Mark Struberg created CDI-385:
---------------------------------
Summary: ProcessObserverMethod is different btw spec and API
Key: CDI-385
URL: https://issues.jboss.org/browse/CDI-385
Project: CDI Specification Issues
Issue Type: Bug
Components: Javadoc and API
Affects Versions: 1.1.PFD
Reporter: Mark Struberg
Priority: Critical
As stated in CDI-88 the spec and API is different for ProcessObserverMethod.
In the spec there is a method
public AnnotatedParameter<T> getAnnotatedEventParameter();
but in the API there is
AnnotatedMethod<X> getAnnotatedMethod();
which imo makes much more sense anyway.
Thus we should amend the spec wording finally.
--
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