code example in README.md
This commit is contained in:
parent
e493ad32a0
commit
59d116c0c5
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ compiles java 'opcode' to bytecode.
|
||||||
project status: early stage
|
project status: early stage
|
||||||
* At this moment a complete compile cycle is guaranteed (unittested) for a really simple class.
|
* At this moment a complete compile cycle is guaranteed (unittested) for a really simple class.
|
||||||
|
|
||||||
|
Code example below, but the API will change without doubt.
|
||||||
|
|
||||||
```
|
```
|
||||||
BeeSource createEmptyClass() {
|
BeeSource createEmptyClass() {
|
||||||
return BeeSource.builder()
|
return BeeSource.builder()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue