Class ComponentImports

java.lang.Object
com.atlassian.jira.rest.internal.ComponentImports

@Component public class ComponentImports extends Object
Deprecated.
Do not add new entries here, use ComponentImport annotations on the consuming class' constructor parameters instead.
Since v6.2.1

Special class listing all component imports so atlassian-spring-scanner-annotation will be able to pick them up and change them into proper OSGI/spring imports.

  • Constructor Details

    • ComponentImports

      public ComponentImports()
      Deprecated.