Consistently prefer "Refaster rule" over "Refaster template" (#286)

As the former term references a class containing one or more `@BeforeTemplate`
methods, one or more `@Placeholder` methods and an optional `@AfterTemplate`, 
while the latter term more narrowly references a single `@BeforeTemplate` or 
`@AfterTemplate` method.
This commit is contained in:
Rick Ossendrijver
2022-10-11 17:23:54 +02:00
committed by GitHub
parent 7aef2cfe51
commit 128e178d37
213 changed files with 957 additions and 967 deletions

View File

@@ -11,7 +11,7 @@
<artifactId>refaster-compiler</artifactId>
<name>Picnic :: Error Prone Support :: Refaster Compiler</name>
<description>A Java compiler plugin that identifies and compiles Refaster templates, storing them as resource files on the classpath.</description>
<description>A Java compiler plugin that identifies and compiles Refaster rules, storing them as resource files on the classpath.</description>
<dependencies>
<dependency>