Return a List of all registered Rule instances, or a zero-length List if there are no registered Rule instances. If more than one Rule instance has been registered, they must be returned in the order originally registered through the add() method. @return a rules list
()
| 81 | * @return a rules list |
| 82 | */ |
| 83 | List<Rule> rules(); |
| 84 | } |
no outgoing calls
no test coverage detected