8000 GitHub - lululeta2014/lombok.patcher: A framework for easily patching JVM programs. Part of Project Lombok.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lululeta2014/lombok.patcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#lombok.patcher

Lombok Patcher gives you the ability to live-rewrite classes as a JVM runs, either by loading as an agent during JVM bootup or by injecting the agent 'live' during execution.

To make this easier than fiddling with classes directly, Lombok Patcher offers a few 'patch scripts' to do common tasks, such as wrap your own code around any method call, replace methods entirely with your own, or add fields.

lombok.patcher also includes support for getting around the Eclipse OSGi container's classloader separation.

An example can be found in Project Lombok's eclipse agent code

About

A framework for easily patching JVM programs. Part of Project Lombok.

Resources

Stars

Watchers

Forks

Packages

No packages published
0