Example usage for org.springframework.statemachine.config.common.annotation AbstractAnnotationBuilder subclass-usage

List of usage examples for org.springframework.statemachine.config.common.annotation AbstractAnnotationBuilder subclass-usage

Introduction

In this page you can find the example usage for org.springframework.statemachine.config.common.annotation AbstractAnnotationBuilder subclass-usage.

Usage

From source file org.springframework.statemachine.config.common.annotation.AbstractConfiguredAnnotationBuilder.java

/**
 * A base {@link AnnotationBuilder} that allows {@link AnnotationConfigurer}s to be
 * applied to it. This makes modifying the {@link AnnotationBuilder} a strategy
 * that can be customised and broken up into a number of
 * {@link AnnotationConfigurer} objects that have more specific goals than that
 * of the {@link AnnotationBuilder}.