Simplify the "id/parent" resolution to compute the metadata hierarchy during 
annotation processing
--------------------------------------------------------------------------------------------------

                 Key: FELIX-830
                 URL: https://issues.apache.org/jira/browse/FELIX-830
             Project: Felix
          Issue Type: Improvement
          Components: iPOJO
    Affects Versions: iPOJO-1.0.0
            Reporter: Clement Escoffier
            Assignee: Clement Escoffier
             Fix For: iPOJO-1.2.0


When using external handler, element hierarchy (element->sub-element) was 
computed thanks to two attributes ('id' identifying an element, and 'parent' to 
refer to the parent id). However, this system can be simplify. For example, 
annotations from the same package should recreate the structure automatically 
according to the declaration order.

For example a class annotation of the package P will be used as the parent of 
the field and method annotations (from the same package P).

This mechanism avoids the parent/id attribute declarations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to