]
Antoine Sabot-Durand updated CDI-661:
-------------------------------------
Fix Version/s: 2.1 (Discussion)
Annotated should return AnnotatedElement
----------------------------------------
Key: CDI-661
URL:
https://issues.jboss.org/browse/CDI-661
Project: CDI Specification Issues
Issue Type: Feature Request
Components: Javadoc and API
Reporter: John Ament
Fix For: 2.1 (Discussion)
The {{Annotated}} interface returns a {{Type}} for its base type. It should return an
{{AnnotatedElement}} based on its naming - since annotations are derived from
{{AnnotatedElement}} s not from {{Type}} s