Example usage for org.springframework.statemachine.config.common.annotation ObjectPostProcessor QUIESCENT_POSTPROCESSOR

List of usage examples for org.springframework.statemachine.config.common.annotation ObjectPostProcessor QUIESCENT_POSTPROCESSOR

Introduction

In this page you can find the example usage for org.springframework.statemachine.config.common.annotation ObjectPostProcessor QUIESCENT_POSTPROCESSOR.

Prototype

ObjectPostProcessor QUIESCENT_POSTPROCESSOR

To view the source code for org.springframework.statemachine.config.common.annotation ObjectPostProcessor QUIESCENT_POSTPROCESSOR.

Click Source Link

Document

A do nothing implementation of the ObjectPostProcessor

Usage

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

/**
 * Instantiates a new annotation builder.
 */
protected AbstractConfiguredAnnotationBuilder() {
    this(ObjectPostProcessor.QUIESCENT_POSTPROCESSOR);
}