Class DefaultResourceConfigurer<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.DefaultResourceConfigurer<O,I,B>
Type Parameters:
O - The Object being built by B
B - The Builder that is building O and is configured by AnnotationConfigurerAdapter
I - The type of an interface of B
All Implemented Interfaces:
AnnotationConfigurer<O,B>, AnnotationConfigurerBuilder<I>, ResourceConfigurer<I>

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