Class-Version-Patcher icon indicating copy to clipboard operation
Class-Version-Patcher copied to clipboard

Reinsert bridge methods for replacing nest access-control for Java 9 and below

Open Col-E opened this issue 3 years ago • 0 comments

When the target version is 9 or below, we need to do more than just remove the nest attributes. Access must still be permitted to members being referenced, but doing so will require creation of bridge methods.

Col-E avatar Aug 12 '22 07:08 Col-E