1 package com.atlassian.plugin.spring.scanner.runtime.impl.testservices; 2 3 public interface Service { 4 public void a(); 5 }