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