Update README.md

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

View File

@ -25,6 +25,12 @@ methods and fields.
* Method injection priority * Method injection priority
* Inject superclasses
* Inject interfaces
* Inject fields
### TODO ### TODO
* Better tests * Better tests
@ -36,12 +42,6 @@ methods and fields.
* Implement try-catch * 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)) * 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? ## How do I use this?
Beethoven is designed to be relatively accessible, so you should never have to see raw JVM instructions. Let's use an Beethoven is designed to be relatively accessible, so you should never have to see raw JVM instructions. Let's use an