1 package com.atlassian.plugin.spring.scanner.test.otherplugin;
2
3 /**
4 * Service exported from this plugin, for testing {@code ComponentImport} and {@code ExportAsService}.
5 */
6 public interface ServiceTwoExportedFromAnotherPlugin {
7 }