public interface BasicRule
| Modifier and Type | Method and Description |
|---|---|
default void |
after() |
default void |
before() |
boolean |
condition() |
void |
fail() |
String |
getName() |
default int |
priority() |
void |
success() |
String getName()
default int priority()
default void before()
boolean condition()
default void after()
void success()
void fail()
Copyright © 2016. All rights reserved.