jsr345-experts@ejb-spec.java.net

[jsr345-experts] javax.interceptor.InvocationContext.getConstructor() changed to return Constructor<?>

From: Marina Vatkina <marina.vatkina_at_oracle.com>
Date: Wed, 06 Mar 2013 09:45:07 -0800

As per this request: http://java.net/jira/browse/INTERCEPTORS_SPEC-11
the javax.interceptor.InvocationContext.getConstructor() has been
changed to return Constructor<?>.

The change is available in javax.interceptor-api-1.2-b05.
I've updated the change log:
http://java.net/projects/interceptors-spec/sources/interceptors-spec-repository/content/1.2/Interceptors-1.2-changes.txt

-marina