Skip to content

Commit 24a2c2c

Browse files
committed
update supported features
1 parent 81637e1 commit 24a2c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftJavaDocumentation/Documentation.docc/SupportedFeatures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ SwiftJava's `swift-java jextract` tool automates generating Java bindings from S
5858
| Stored properties: `var`, `let` (with `willSet`, `didSet`) |||
5959
| Computed properties: `var` (incl. `throws`) | ✅ / TODO ||
6060
| Async functions `func async` and properties: `var { get async {} }` |||
61-
| Arrays: `[UInt8]`, `[T]` || |
61+
| Arrays: `[UInt8]`, `[MyType]`, `Array<Int64>` etc || |
6262
| Dictionaries: `[String: Int]`, `[K:V]` |||
6363
| Generic parameters in functions: `func f<T: A & B>(x: T)` |||
6464
| Generic return values in functions: `func f<T: A & B>() -> T` |||

0 commit comments

Comments
 (0)