[
https://issues.jboss.org/browse/CDI-621?page=com.atlassian.jira.plugin.sy...
]
Martin Kouba commented on CDI-621:
----------------------------------
Feel free to rename it. But from my POV {{removeAllAnnotations()}} and similar would be a
bad name because a user might expect to be able to remove other things than annotations
and that's what {{AnnotatedTypeConfigurator}} is not allowed to do or intended for. So
I still believe it would be more meaningful to emphasize that
{{AnnotatedTypeConfigurator}} works only with annotations and that's it.
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.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)