MCPcopy
hub / github.com/j-easy/easy-rules / getName

Method getName

easy-rules-core/src/main/java/org/jeasy/rules/api/Rule.java:55–55  ·  view source on GitHub ↗

Getter for rule name. @return the rule name

()

Source from the content-addressed store, hash-verified

53 * @return the rule name
54 */
55 default String getName() {
56 return DEFAULT_NAME;
57 }
58

Implementers 1

BasicRuleeasy-rules-core/src/main/java/org/jeas

Calls

no outgoing calls