diff --git a/docs/html/preview/j8-jack.jd b/docs/html/preview/j8-jack.jd index 1f10efa878b24..4ea016da6d004 100644 --- a/docs/html/preview/j8-jack.jd +++ b/docs/html/preview/j8-jack.jd @@ -72,14 +72,25 @@ installed the Android N Preview SDK, see Method References (also available on API level 23 and lower) + +
- Note: To test lambda expressions and method references on - earlier versions of Android, go to your {@code build.gradle} - file, and set {@code compileSdkVersion} and {@code targetSdkVersion} to 23 or - lower. You will still need to enable the Jack - toolchain to use these Java 8 features. + Note: Type annotation information is only available at + compile time, and not during runtime. +
+ ++ To test lambda expressions, method references, and type annotations on + earlier versions of Android, go to your {@code build.gradle} file, and set + {@code compileSdkVersion} and {@code targetSdkVersion} to 23 or lower. You + will still need to enable the Jack toolchain to + use these Java 8 features.
@@ -108,8 +119,8 @@ installed the Android N Preview SDK, see