spring-projects / spring-statemachine

Spring Statemachine is a framework for application developers to use state machine concepts with Spring.
1.52k stars 598 forks source link

Refactor - Reorder field modifiers as per Java specification and some lambda syntax enhancements #1069

Open prasanth08 opened 1 year ago

prasanth08 commented 1 year ago

Reorder field modifiers to match with java specification Usage of method references and replace anonymous inner class with lambda expressions for better readability.