How can I read factory configurations for my OSGI instance
问题 I have a OSGi Transformer component which is instantiated by sling. In my OSGi component I have the following annotations : @Component(configurationFactory = true, metatype = true, policy = ConfigurationPolicy.REQUIRE, label = "CDN Link Rewriter", description = "Rewrites links to all static files to use configurable CDN") @Service(value = TransformerFactory.class) public class StaticLinkTransformer implements Transformer, TransformerFactory I have some properties which I have annotated as