Class AnnotationDrivenModel<S extends Enum<S>>

java.lang.Object
com.tangosol.util.fsm.AnnotationDrivenModel<S>
Type Parameters:
S - the type of the state for the AnnotationDrivenModel
All Implemented Interfaces:
Model<S>

public class AnnotationDrivenModel<S extends Enum<S>> extends Object implements Model<S>
An AnnotationDrivenModel is a Model created through extracting information defined by Transitions annotation.
Since:
Coherence 12.2.1
Author:
Brian Oliver