blob: dc9ba5f1d58180cb3cb146fe7a19b72e7017342d [file] [log] [blame]
package org.eclipse.fx.core.di.context.tests;
import org.osgi.service.component.annotations.Component;
@Component(property="service.ranking=1")
public class SampleServiceA implements TestService {
}