[cdi-dev] [JBoss JIRA] (CDI-132) Clarify which initial info AnnotatedType should contain

Mark Struberg (JIRA) jira-events at lists.jboss.org
Mon Aug 27 09:51:15 EDT 2012


    [ https://issues.jboss.org/browse/CDI-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12713900#comment-12713900 ] 

Mark Struberg commented on CDI-132:
-----------------------------------

The pull request is mostly fine, but I still miss some 'non-static' in the text:
-        <para><literal>getMethods()</literal> returns all the methods declared
-        on the type and those declared on any supertypes.</para>
+        <para><literal>getMethods()</literal> returns all the non-static methods declared
+        on the type and those declared on any supertypes.</para>

Or do we have cdi features on static methods/fields? Or do we plan to support this somewhen? If so if the access to the underlying reflection Method/Field fine for us? An Extension would need to checked this for all methods/fields, isn't?

                
> Clarify which initial info AnnotatedType should contain
> -------------------------------------------------------
>
>                 Key: CDI-132
>                 URL: https://issues.jboss.org/browse/CDI-132
>             Project: CDI Specification Issues
>          Issue Type: Clarification
>          Components: Portable Extensions
>            Reporter: Mark Struberg
>            Assignee: Pete Muir
>            Priority: Minor
>             Fix For: 1.1.EDR
>
>
> The spec is not exactly clear about the initial content of AnnotatedType.
> When initially building the AnnotatedType (e.g. before handing it over to the Extensions) we need to pre-fill them with the info from the annotations from the classes.
> Should this AnnotatedType:
> 1.) contain no annotations from superclasses?
> 2.) contain all annotations from superclasses?
> 3.) contain @Inherited annotations from superclasses?
> I think the other questions already got cleared up in CDI-70:
> Should AnnotatedType contain derived public? protected? private? methods/fields from a superclass?
> Imo it should contain all information which would be available by manually parsing any annotations. In other words: it should be possible to completely modify or emulate annotations of a parsed type.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the cdi-dev mailing list