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

Commit bc29164

Browse files
committed
README.md
1 parent 416ade1 commit bc29164

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ interface Foo {
162162

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

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

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

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

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

0 commit comments

Comments
 (0)