All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codeheadsystems.smr.State Maven / Gradle / Ivy

package com.codeheadsystems.smr;

import org.immutables.value.Value;

/**
 * A state of the state machine (context).
 */
@Value.Immutable
public interface State {

  @Value.Parameter
  String name();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy