Gets the name of this pattern. This is the name that will be used to identify the pattern in the configuration. @return The name of this pattern.
()
| 19 | * @return The name of this pattern. |
| 20 | */ |
| 21 | @NotNull |
| 22 | String name(); |
| 23 | |
| 24 | /** |
no outgoing calls
no test coverage detected