Support static service properties that are not mirrored into fields
-------------------------------------------------------------------

                 Key: FELIX-2622
                 URL: https://issues.apache.org/jira/browse/FELIX-2622
             Project: Felix
          Issue Type: Improvement
          Components: iPOJO
    Affects Versions: iPOJO-1.6.0
            Reporter: Peter Donald
             Fix For: iPOJO-1.8.0


Sometimes you want to add static service properties to a component that you 
don't need to mirror in fields. This is of particular use when the component 
uses a generic specification (i.e. JComponent.class) but uses service 
properties to further classify the specification (i.e. 
name=foo;location=toolbar). An example of annotating a class for this would be

@Provides{ specifications = {JComponent.class}, properties = 
{...@serviceproperty{name="name", 
value="foo"},@ServiceProperty{name="location", value="toolbar"}}} )
 

-- 
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