[cdi-dev] [JBoss JIRA] (CDI-313) public Set<Annotation> getInterceptorBindingDefinition(Class<? extends Annotation> qualifierType) parameter should be bindingType
Mark Struberg (JIRA)
jira-events at lists.jboss.org
Wed Dec 12 11:43:17 EST 2012
Mark Struberg created CDI-313:
---------------------------------
Summary: public Set<Annotation> getInterceptorBindingDefinition(Class<? extends Annotation> qualifierType) parameter should be bindingType
Key: CDI-313
URL: https://issues.jboss.org/browse/CDI-313
Project: CDI Specification Issues
Issue Type: Bug
Reporter: Mark Struberg
Priority: Minor
The spec defines the BeanManager method
public Set<Annotation> getInterceptorBindingDefinition(Class<? extends Annotation> qualifierType);
the parameter name should actually be 'bindingType', isn't?
The JavaDoc seems ok in this regard already.
--
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