1 package com.atlassian.plugin.spring.scanner.test.exported; 2 3 public interface ExposedAsAServiceComponentInterface { 4 void doStuff(); 5 }