[jbosstools-issues] [JBoss JIRA] (JBIDE-9698) Replace interface IInjectionPointMethod by IInitializerMethod

Jaroslav Jankovič (Commented) (JIRA) jira-events at lists.jboss.org
Wed Nov 2 05:30:46 EDT 2011


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

Jaroslav Jankovič commented on JBIDE-9698:
------------------------------------------

Alexey, could you close this JIRA? I have no way how to verify this.
                
> Replace interface IInjectionPointMethod by IInitializerMethod
> -------------------------------------------------------------
>
>                 Key: JBIDE-9698
>                 URL: https://issues.jboss.org/browse/JBIDE-9698
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: CDI
>            Reporter: Alexey Kazakov
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.3.0.M4
>
>
> Right now we have IInjectionPoint that represents an injection point. Also we have a few interfaces which extends IInjectionPoint:
> IInjectionPointField - a filed annotated @Inject
> IInjectionPointParameter - a parameter of the method annotated @Inject
> IInjectionPointMethod - a method annotated @Inject
> IInjectionPointFiled and IInjectionPointParameter correctly extend IInjectionPoint since they are injection points. But IInjectionPointMethod is not an injection point. It's an initializer method actually. So let's introduce a new interface IInitializerMethod instead of IInjectionPointMethod. InitializerMethod should not extends IInjectionPoint.

--
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 jbosstools-issues mailing list