@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Rule
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
description
The rule description.
|
java.lang.String |
name
The rule name which must be unique within an rules registry.
|
int |
priority
The rule priority.
|
Copyright © 2018. All Rights Reserved.