]
Antoine Sabot-Durand reassigned CDI-603:
----------------------------------------
Assignee: Antoine Sabot-Durand
Create separate doc section for each Annotated*Configurator
-----------------------------------------------------------
Key: CDI-603
URL:
https://issues.jboss.org/browse/CDI-603
Project: CDI Specification Issues
Issue Type: Clarification
Affects Versions: 2.0-EDR1
Reporter: Matej Novotny
Assignee: Antoine Sabot-Durand
Currently, doc section 11.4.1 "AnnotatedTypeConfigurator SPI" covers all types
of Annotated configurators (see below). That is:
* {{AnnotatedTypeConfigurator}}
* {{AnnotatedFieldConfigurator}}
* {{AnnotatedMethodConfigurator}}
* {{AnnotatedConstructorConfigurator}}
* {{AnnotatedParameterConfigurator}}
While {{AnnotatedTypeConfigurator}} is the entry point for all the others, I think it
would be better to have a separate doc section for each configurator. It would make it
much more readable.