Class StateMachineConfigurationImportSelector

java.lang.Object
org.springframework.statemachine.config.configuration.StateMachineConfigurationImportSelector
All Implemented Interfaces:
org.springframework.context.annotation.ImportSelector

public class StateMachineConfigurationImportSelector extends Object implements org.springframework.context.annotation.ImportSelector
Spring ImportSelector choosing appropriate Configuration based on EnableStateMachine or EnableStateMachineFactory annotations.
  • Constructor Details

    • StateMachineConfigurationImportSelector

      public StateMachineConfigurationImportSelector()
  • Method Details

    • selectImports

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