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