diff --git a/src/main/java/org/mockito/Mockito.java b/src/main/java/org/mockito/Mockito.java index 64df8b8db7..d6740be990 100644 --- a/src/main/java/org/mockito/Mockito.java +++ b/src/main/java/org/mockito/Mockito.java @@ -127,7 +127,7 @@ * * * You can continue to run the same unit tests on a regular VM by using the `mockito-core` artifact in your "testCompile" scope as shown - * above. Be aware that you cannot use the inline mock maker on Android due to limitations in the Android VM. + * above. Be aware that you cannot use the inline mock maker on Android due to limitations in the Android VM (see Java 8 support). * * If you encounter issues with mocking on Android, please open an issue * on the official issue tracker.