Skip to content

goglx/RuleNGN-Spring

Repository files navigation

RuleNGN-Spring

RuleNGN for Spring implementation

Java CI with Gradle

Description

RuleNGN is a impementation of RuleChain design pattern. It provides ability to if/elese code blocks in class implementation as rules.

Type of rule chains

Rules can be chain with conditioins like

  • one rule to match
  • all rules to match

Type of rules

By default RuleNGNG will stop exuection of next rule if previous rule is failed. This behavour can be overriden with @OptionRule annotation.

Diagram

RuleNGN

RuleNGN-1

RuleNGN 2

About

RuleNGN for Spring implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages