dynaop provides a simple hook for development tools in the Debug class. Debug exposes the ProxyType for a given class. The ProxyType exposes what interfaces the proxy implements and the chain of InterceptorFactory instances for each method.
Debug has an example application built in the generates an HTML formatted, Javadoc-like report for a given class. Click here to see some example output. The tool sends the HTML output to standard out. With the dynaop jars and your application jars in the class path, execute the following command:
java dynaop.Debug [class name] > [html file]