We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f236c6 commit 332747eCopy full SHA for 332747e
README.md
@@ -189,7 +189,9 @@ Does not backport Java 8 APIs.
189
Backporting default methods and static methods on interfaces requires all
190
backported interfaces and all classes which implement them or call their
191
static methods to be backported together, with one execution of
192
-Retrolambda.
+Retrolambda. In other words, you must *always do a clean build*. Also,
193
+backporting default methods won't work across module or dependency
194
+boundaries.
195
196
May break if a future JDK 8 build stops generating a new class for each
197
`invokedynamic` call. Retrolambda works so that it captures the bytecode
0 commit comments