From 518dfa80d8cb95178b3dc1bd598fe17a22621228 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sun, 19 Apr 2020 21:39:43 +0200 Subject: [PATCH] Update README --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ef08331..f19eb8a 100644 --- a/README.md +++ b/README.md @@ -7,24 +7,22 @@ methods and fields. ## Progress: -* Injected methods +* Method injection (replacement, in-place leading injection and in-place trailing injection) + +* Field injection (access transforming and new fields) * Target field accesses from injection class (non-primitive/reference) -* Method calls and field acceses referencing injection class elements automatically redirected to target +* Method calls and field accesses referencing injection class elements automatically redirected to target * Optional interface injection -## TODO: - * Target class method invocation -* Support for target class primitive field access - -* Support for target class primitive return-value methods - * Multiple injections per method -* In-place method instruction injection +* In-place method instruction injection with references to previous method's return value + +## TODO: * Better tests