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