Skip to content

Commit 009f975

Browse files
committed
Include parameter name information in compiled class files
1 parent d47fbe1 commit 009f975

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,9 @@
344344
<target>8</target>
345345
<showDeprecation>true</showDeprecation>
346346
<forceJavacCompilerUse>true</forceJavacCompilerUse>
347+
<compilerArgs>
348+
<arg>-parameters</arg>
349+
</compilerArgs>
347350
</configuration>
348351
</plugin>
349352
<plugin>

0 commit comments

Comments
 (0)