1 package com.atlassian.plugin.spring.scanner.test.spring; 2 3 import org.springframework.stereotype.Service; 4 5 @Service 6 public class ServiceComponent { 7 }