RuleNGN for Spring implementation
RuleNGN is a impementation of RuleChain design pattern. It provides ability to if/elese code blocks in class implementation as rules.
Rules can be chain with conditioins like
- one rule to match
- all rules to match
By default RuleNGNG will stop exuection of next rule if previous rule is failed. This behavour can be overriden with @OptionRule
annotation.