jar

org.sonatype.sisu.inject : guava-bootstrap

Maven & Gradle

Jan 15, 2012
1 usages

Sisu Guava - Bootstrap Classes · ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). This project's is then used in the bootstrap class path of Guava proper.

Table Of Contents

Latest Version

Download org.sonatype.sisu.inject : guava-bootstrap JAR file - Latest Versions:

All Versions

Download org.sonatype.sisu.inject : guava-bootstrap JAR file - All Versions:

Version Vulnerabilities Size Updated
0.11.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window guava-bootstrap-0.11.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

java.util.concurrent

├─ java.util.concurrent.ExecutorService.class - [JAR]

Advertisement