Skip to content

Commit 760476c

Browse files
committed
update supported features
1 parent ed42947 commit 760476c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/SwiftJavaDocumentation/Documentation.docc/SupportedFeatures.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ SwiftJava's `swift-java jextract` tool automates generating Java bindings from S
6363
| `Foundation.Data`, `any Foundation.DataProtocol` |||
6464
| Tuples: `(Int, String)`, `(A, B, C)` |||
6565
| Protocols: `protocol`, existential parameters `any Collection` |||
66-
| Optional types: `Int?`, `AnyObject?` |||
66+
| Optional parameters: `func f(i: Int?, class: MyClass?)` |||
67+
| Optional return types: `func f() -> Int?`, `func g() -> MyClass?` |||
6768
| Primitive types: `Bool`, `Int`, `Int8`, `Int16`, `Int32`, `Int64`, `Float`, `Double` |||
6869
| Parameters: JavaKit wrapped types `JavaLong`, `JavaInteger` |||
6970
| Return values: JavaKit wrapped types `JavaLong`, `JavaInteger` |||

0 commit comments

Comments
 (0)