mbeckerle commented on code in PR #1158: URL: https://github.com/apache/daffodil/pull/1158#discussion_r1487895541
########## daffodil-runtime1/src/main/scala/org/apache/daffodil/runtime1/api/JPrimType.java: ########## Review Comment: This file is illustrative of the approach to stable APIs that are usable from Java. The idea is that enums needed to shine through the API are defined in Java so that they're natural to use from Java. Scala enums then embed them (java enums are classes, but they're always final) when they cannot be used directly. I'm open to suggestions on naming here. I chose "J" prefix but "E" for enum might be better. -- 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]
