Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class TransitionDefinition

Marks a class as a transition that should be automatically discovered and bound by the KFSM Guice integration.

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class TransitionerDefinition

Annotation used to mark a class as a transitioner that should be automatically discovered and bound by KfsmModule.