[javacc] Make token constants file internal API
This commit is contained in:
@ -348,6 +348,7 @@
|
||||
<replaceregexp>
|
||||
<regexp pattern="(public )?interface ${constants-itf-name} \{" />
|
||||
<substitution expression="/** Token kinds ({@link ${ast-impl-package}.JavaccToken#kind}) for this language. */${line.separator}
|
||||
@net.sourceforge.pmd.annotation.InternalApi${line.separator}
|
||||
public final class ${token-constants-name} \{${line.separator}
|
||||
private ${token-constants-name}() { /* Utility class */ }${line.separator}
|
||||
"/>
|
||||
|
Reference in New Issue
Block a user