View Javadoc

1   package com.atlassian.plugin.spring;
2   
3   import com.atlassian.plugin.osgi.container.impl.DefaultPackageScannerConfiguration;
4   import org.springframework.web.context.ServletContextAware;
5   
6   /**
7    * Spring-aware extension of the package scanner configuration that instructs spring to inject the servlet context
8    */
9   public class SpringAwarePackageScannerConfiguration extends DefaultPackageScannerConfiguration implements ServletContextAware
10  {
11  }