resources/messages/attributeDescriptions/psiImplPackage.html (14 lines of code) (raw):

<html> <body> Name of the package to generate PSI implementation classes in. <h2>Examples:</h2> <pre><code> { psiClassPrefix="Bnf" psiImplClassSuffix="Impl" psiPackage="org.intellij.grammar.psi" psiImplPackage="org.intellij.grammar.psi.impl" } </code></pre> </body> </html>