Skip to content

Commit

Permalink
document @JAILBREAK casting support
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmckinney committed Mar 20, 2022
1 parent c7f9fd2 commit 88d1648
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifold-deps-parent/manifold-ext/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1497,8 +1497,15 @@ class SecretClass {
SecretClass(String data){
_data = data;
}

private void callme() {...}
}
```
```java
// casting with hidden type
((com.abc. @Jailbreak SecretClass) foo).callme();
```

### Break JPMS Barriers

Expand Down

0 comments on commit 88d1648

Please sign in to comment.