Thrameos / jpype

Thrameos personal sandbox for enhancements to jpype to send to originell.
Other
0 stars 1 forks source link

Auto Proxy #38

Closed Thrameos closed 4 years ago

Thrameos commented 6 years ago

Any callable should be able to go into a proxy if it requires only one callable method such as a @FunctionalInterface. This could be driven by checking for this attribute on the class then checking if the method is callable.