Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-3699

Allow annotations to handle custom component definitions.

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • ipojo-manipulator-1.10.0
    • iPOJO
    • None

    Description

      Custom components are well handled in iPOJO using the metadata.xml, for example:

      <CustomComponent classname="MyClass" name="myCustomComponent">
      <requires field="service"/>
      </CustomComponent>

      The custom component definition will, for example, add handlers and so on. It works very well and is nice that iPOJO allows that kind of extensions.

      But we can't declare a custom component by using annotations, for example doing:

      @CustomComponent
      public class MyClass

      {...}

      It will be a nice if iPOJO allows to do it using annotations, since the same functionality must be possible with the metadata.mxl and with annotations.

      Attachments

        Issue Links

          Activity

            People

              clement.escoffier Clement Escoffier
              torito Issac Garcia
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: