View Javadoc
1   package com.atlassian.plugin.spring.scanner.test.exported;
2   
3   public interface ExposedAsAServiceComponentInterfaceTwo {
4       void doOtherStuff();
5   }