View Javadoc
1   package com.atlassian.plugin.spring.scanner.external.component;
2   
3   import org.springframework.stereotype.Component;
4   
5   /**
6    * This is a component that is transitive
7    */
8   @Component
9   public class TransitiveJarComponent1 {
10  }