Package org.jeasy.rules.annotation
Annotation Type Rule
-
@Inherited @Retention(RUNTIME) @Target(TYPE) public @interface Rule
Annotation to mark a class as a rule.- Author:
- Mahmoud Ben Hassine ([email protected])
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
description
The rule description.String
name
The rule name which must be unique within a rules registry.int
priority
The rule priority.
-