Update README.md

This commit is contained in:
Gabriel Tofvesson 2021-01-28 18:21:04 +01:00
parent 00ccca408c
commit 169e30fc03

View File

@ -24,6 +24,12 @@ methods and fields.
* Automatic injection of [INVOKEDYNAMIC](https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-6.html#jvms-6.5.invokedynamic) lambda targets
* Method injection priority
* Inject superclasses
* Inject interfaces
* Inject fields
### TODO
@ -35,12 +41,6 @@ methods and fields.
* Implement try-catch
* Implement subroutines ([JSR](https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-6.html#jvms-6.5.jsr) / [RET](https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-6.html#jvms-6.5.ret))
* Inject superclasses
* Inject interfaces
* Inject fields
## How do I use this?