package bnd.test; @org.osgi.annotation.versioning.ProviderType public interface TestProviderIface { public String doProviderStuff(); }