qdrzwd / dexmaker

Automatically exported from code.google.com/p/dexmaker
0 stars 0 forks source link

isProxy method #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is a quick enhancement.
java.Proxy has isProxy(Class c) method.

We need a similar method for ProxyBuilder.

Original issue reported on code.google.com by vipina...@gmail.com on 24 Feb 2013 at 3:29

GoogleCodeExporter commented 8 years ago
These APIs should do the trick:
com.google.dexmaker.stock.ProxyBuilder#isProxyClass
com.google.dexmaker.stock.ProxyBuilder#getInvocationHandler

Original comment by limpbizkit on 2 Mar 2013 at 3:25