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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
selectImports
(org.springframework.core.type.AnnotationMetadata importingClassMetadata) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.annotation.ImportSelector
getExclusionFilter
-
Constructor Details
-
StateMachineConfigurationImportSelector
public StateMachineConfigurationImportSelector()
-
-
Method Details
-
selectImports
public String[] selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata) - Specified by:
selectImports
in interfaceorg.springframework.context.annotation.ImportSelector
-