Class DefaultPropertiesConfigurer<O,I,B extends AnnotationBuilder<O>>

java.lang.Object
org.springframework.statemachine.config.common.annotation.AnnotationConfigurerAdapter<O,I,B>
org.springframework.statemachine.config.common.annotation.configurers.DefaultPropertiesConfigurer<O,I,B>
Type Parameters:
O - The Object being built by B
I - The type of interface or builder itself returned by the configurer
B - The Builder that is building O and is configured by AnnotationConfigurerAdapter
All Implemented Interfaces:
AnnotationConfigurer<O,B>, AnnotationConfigurerBuilder<I>, PropertiesConfigurer<I>

public class DefaultPropertiesConfigurer<O,I,B extends AnnotationBuilder<O>> extends AnnotationConfigurerAdapter<O,I,B> implements PropertiesConfigurer<I>
AnnotationConfigurer which knows how to handle configuring a Properties.
Author:
Janne Valkealahti