DOC

one.edee.oss : proxycian

Maven & Gradle

Jul 21, 2023
5 stars

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 ;)

Table Of Contents

Latest Version

Download one.edee.oss : proxycian Javadoc & API Documentation - Latest Versions:

All Versions

Download one.edee.oss : proxycian Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.3.x
1.2.x
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file proxycian-1.3.10-javadoc.jar to proxycian-1.3.10-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder proxycian-1.3.10-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "proxycian-1.3.10-sources.jar" -d "proxycian-1.3.10-javadoc" -subpackages 

Advertisement