package com.example.module; public interface MyService { void doSomething(); } plaintext Bundle-SymbolicName: com.example.module Bundle-Version: 1.0.0 Export-Package: com.example.module