]
John Ament updated CDI-621:
---------------------------
Summary: removeAll() method is ambiguous in multiple configurators. (was:
AnnotatedTypeConfigurator.removeAll() method can lead to ambiguities)
removeAll() method is ambiguous in multiple configurators.
----------------------------------------------------------
Key: CDI-621
URL:
https://issues.jboss.org/browse/CDI-621
Project: CDI Specification Issues
Issue Type: Clarification
Reporter: John Ament
The method removeAll is ambiguous. This problem doesn't exist for remove(Annotation)
or remove(Class) since they're type safe. The removeAll method presupposes that
annotations are the only thing to configure.