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

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Mon Sep 12 15:38:26 EDT 2011


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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list