Skip to content

Commit 4e8a608

Browse files
Remove Java Callbacks Mode section from documentation
Removed sections on enabling Java callbacks mode and configuration details.
1 parent 21b671f commit 4e8a608

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

Sources/SwiftJavaDocumentation/Documentation.docc/SwiftJavaCommandLineTool.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -214,34 +214,6 @@ The project is still very early days, however the general outline of using this
214214

215215
You can then use Swift libraries in Java just by calling the appropriate methods and initializers.
216216

217-
### Enable Java Callbacks Mode
218-
219-
> **Note**
220-
221-
---
222-
223-
## Overview
224-
225-
One-line description of the feature.
226-
227-
---
228-
229-
## Requirements
230-
231-
- Supported modes
232-
- Sandbox requirements
233-
234-
---
235-
236-
## How to Enable
237-
238-
### Configuration file
239-
```json
240-
{
241-
"enableJavaCallbacks": true,
242-
"mode": "jni"
243-
}
244-
245217
### Generating Java bindings for Swift libraries
246218

247219
This repository also includes the `jextract-swift` tool which is similar to the JDK's [`jextract`](https://github.com/openjdk/jextract/).

0 commit comments

Comments
 (0)