blob: d4e430aeff734567c12d886b322542490807e13d [file] [log] [blame]
package ds.annotations.test2;
import org.osgi.service.component.annotations.Component;
@Component(configurationPid = {"ds.annotations.test2.DuplicateConfigurationPidComponent", "foo", "$"})
public class DuplicateConfigurationPidComponent {
}