Class BatchConfigurationSelector

java.lang.Object
org.springframework.batch.core.configuration.annotation.BatchConfigurationSelector
All Implemented Interfaces:
org.springframework.context.annotation.ImportSelector

public class BatchConfigurationSelector extends Object implements org.springframework.context.annotation.ImportSelector
Base Configuration class providing common structure for enabling and using Spring Batch. Customization is available by implementing the BatchConfigurer interface.
Since:
2.2
Author:
Dave Syer
See Also:
  • Constructor Details

    • BatchConfigurationSelector

      public BatchConfigurationSelector()
  • Method Details

    • selectImports

      public String[] selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata)
      Specified by:
      selectImports in interface org.springframework.context.annotation.ImportSelector