https://github.com/rzwitserloot/lombok.patcher
Revision 631e925ac6efbcbff48229f7fb91d4bce266a347 authored by Reinier Zwitserloot on 07 October 2009, 16:24:38 UTC, committed by Reinier Zwitserloot on 07 October 2009, 16:24:38 UTC
1 parent 0104aea
History
Tip revision: 631e925ac6efbcbff48229f7fb91d4bce266a347 authored by Reinier Zwitserloot on 07 October 2009, 16:24:38 UTC
Added the WrapMethodCallScript which is similar in spirit to ReplaceMethodCallScript, except this one lets the original call go through and instead tacks on another call to custom code after it, optionally allowing you to change the thing returned by the call you're wrapping. Also added support to tag on the this context and any parameters of the method you're hacking.
Tip revision: 631e925
File Mode Size
.settings
src
test
.classpath -rw-r--r-- 770 bytes
.gitignore -rw-r--r-- 16 bytes
.project -rw-r--r-- 373 bytes
build.xml -rw-r--r-- 2.8 KB

back to top