/talk-javassist

Examples for Christian Kumpe's Javassist Talk

Primary LanguageJavaApache License 2.0Apache-2.0

Example Code for Javassist Talk on JavaLand 2018

These are simple examples presented in my talk on JavaLand 2018. The code is just meant to play with Javassist.

To use the Agent build the agent.jar with maven:

  $ mvn package

The agent.jar can then be found at agent/target/agent.jar.

Presentation Slides

The slides for the presentation in german: Bytecode-Manipulation leicht gemacht.