stevedlawrence commented on code in PR #190:
URL: https://github.com/apache/daffodil-sbt/pull/190#discussion_r3320200261
##########
src/main/scala/org/apache/daffodil/DaffodilPlugin.scala:
##########
@@ -411,6 +411,8 @@ object DaffodilPlugin extends AutoPlugin {
Seq()
}
},
+ // Preserve Java parameter names in bytecode for reflection.
Review Comment:
Can you use the
```scala
/**
* ...
*/
```
comment style like the rest of these settings? I think it would also be
worth addingin a comment that this is needed to support custom Daffodil Layers
written in Java
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]