@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Rule
Decision
.Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
name
This is the name of the Rule.
|
int |
order
This specifies the order in which the rule will execute.
|
RuleChainActionType |
ruleChainAction
This specifies the impact that a Rule failure should have on the rule chain.
|
public abstract java.lang.String name
public abstract int order
public abstract RuleChainActionType ruleChainAction