From cb4a8b2567535953dd12cf247db196839aa33d3a Mon Sep 17 00:00:00 2001 From: Bill Burdick Date: Sun, 11 Apr 2021 14:26:22 -0500 Subject: [PATCH] adding readme to point to JProxy file history --- JProxies/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 JProxies/README.md diff --git a/JProxies/README.md b/JProxies/README.md new file mode 100644 index 0000000..5b89f3b --- /dev/null +++ b/JProxies/README.md @@ -0,0 +1,4 @@ +The JProxies code was originally written by [Bill Burdick](https://github.com/zot). The file history can be seen at these links: + +- [proxy.jl](https://github.com/JuliaInterop/JavaCall.jl/blob/b86ae187a71fe12deb89ed316c6cd03be9dc562c/src/proxy.jl) +- [gen.jl](https://github.com/JuliaInterop/JavaCall.jl/blob/b86ae187a71fe12deb89ed316c6cd03be9dc562c/src/gen.jl)