Yes, in the current preview on codeplex, you can mark the interface with both PartExportsInherited and Export, so that all developers are automatically exported. In the preview release of the preview, we are likely to optimize this to just put a single attribute, perhaps something like [InheritedExport].
Edit: With MEF 6 preview, this can now be done by placing the InheritedExport attribute in the interface.
source share