Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jan 1, 2024
1 parent 416ade1 commit bc29164
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ interface Foo {

1. The processor will only handle the **abstract suspend** function.

2. In Java, functions with a return value of `Unit` are treated as `CompletableFuture<Void?>`
2. In Java, functions with a return value of `Unit` are treated as `CompletableFuture<Void?>` (for async)

3. Will copy the annotations `@kotlin.Throws` and `@kotlin.jvm.Throws`.

Expand All @@ -187,3 +187,4 @@ interface JBlockingFoo : Foo {

> [!warning]
> The judgment is very rough and not very reliable.
> For example, it won't determine if it's `final` or not, if the parameters are inherited or not, and so on.

0 comments on commit bc29164

Please sign in to comment.