[ 原始碼: lombok-patcher ]
套件:liblombok-patcher-java(0.42-3)
liblombok-patcher-java 的相關連結
Debian 的資源:
下載原始碼套件 lombok-patcher:
維護小組:
外部的資源:
- 主頁 [projectlombok.org]
相似套件:
live-rewrite classes as a JVM runs
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.