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

Alexey Kazakov (Closed) (JIRA) jira-events at lists.jboss.org
Wed Nov 2 12:13:45 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-9698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov closed JBIDE-9698.
---------------------------------


    
> 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