JavAssist proxying - aggregation project
· Small Java library for generating dynamic proxies on top of [ByteBuddy](https://github.com/raphw/byte-buddy)
or [Javassist](https://github.com/jboss-javassist/javassist). You can generate data transfer objects, rich
traits or even whole implicit DAO implementations dynamically at runtime easily. This library solves the complex
stuff, so you can focus on application logic. Serializability, cloning are already solved by us. We also aim for
transparent and easily debuggable proxies, because as we know proxies is usually part of "magic" for the team.
Hence, the name of this library - Proxycian as a magician for the proxies ;)
Download JD-GUI to open JAR file and explore Java source code file (.class .java)
Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window proxycian-1.3.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.