Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6
-
None
Description
e.g.
import java.util.zip.* class ZipWrapper{ @Delegate ZipFile zipFile }
ERROR java.lang.IllegalAccessError: class ZipWrapper cannot access its superinterface java.util.zip.ZipConstants
at java_lang_Runnable$run.call (Unknown Source)
workaround as suggested by Guillaume
@Delegate(interfaces = false)