package test.baseline; import org.osgi.annotation.versioning.ProviderType; @ProviderType public interface ProviderInterface { void foo(); }