Fork me on GitHub
#clara
<
2017-09-18
>
wparker15:09:43

https://stackoverflow.com/questions/7143406/what-are-the-differences-among-require-import-and-use has an (IMO) nice concise summary of the differences @mmer. One other potential gotcha - if you define a record with hyphens in the namespace path, the Java class created will have underscores in the corresponding class name, and import needs the Java class name

mmer15:09:08

Thanks - Just what I needed.