DOC

com.google.guava : listenablefuture

Maven & Gradle

Sep 11, 2018
796 usages
47.9k stars

Guava ListenableFuture only · Contains Guava's com.google.common.util.concurrent.ListenableFuture class, without any of its other classes -- but is also available in a second "version" that omits the class to avoid conflicts with the copy in Guava itself. The idea is: - If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-... version number is enough for some build systems (notably, Gradle) to select that empty artifact over the "real" listenablefuture-1.0 -- avoiding a conflict with the copy of ListenableFuture in guava itself. If users are using an older version of Guava or a build system other than Gradle, they may see class conflicts. If so, they can solve them by manually excluding the listenablefuture artifact or manually forcing their build systems to use 9999.0-....

Table Of Contents

Latest Version

Download com.google.guava : listenablefuture Javadoc & API Documentation - Latest Versions:

All Versions

Download com.google.guava : listenablefuture Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
9999.0
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file listenablefuture-1.0-javadoc.jar to listenablefuture-1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder listenablefuture-1.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "listenablefuture-1.0-sources.jar" -d "listenablefuture-1.0-javadoc" -subpackages 

Advertisement

Dependencies from Group

Jul 31, 2023
27.1k usages
49k stars
Nov 20, 2018
882 usages
47.9k stars
Sep 11, 2018
796 usages
47.9k stars
Jul 31, 2023
548 usages
43.2k stars
Jul 31, 2023
209 usages
49k stars

Discover Dependencies

Aug 16, 2022
10 usages
13 stars
Jul 31, 2023
47 usages
2.1k stars
Aug 05, 2023
56 usages
36.2k stars
Aug 23, 2023
146 stars
Dec 30, 2018
487 stars
Jun 20, 2022
317 usages
58 stars
Jun 09, 2023
6 usages
823 stars
Mar 01, 2022
194 usages
270 stars
Feb 16, 2023
0 stars
Aug 27, 2023
5 usages
35 stars