yogendra-aurospaces / google-collections

Automatically exported from code.google.com/p/google-collections
Apache License 2.0
0 stars 0 forks source link

1.0-rc2 uses JDK 6 #182

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In FAQ it's stated that library is build using JDK 5 but I see some 
references to JDK 6 like javax.annotation.Nullable.

Original issue reported on code.google.com by ksang...@gmail.com on 4 Jun 2009 at 5:33

GoogleCodeExporter commented 9 years ago
javax.annotation.Nullable is not part of JDK 6; it comes in a JAR file that we 
build
against.  You don't need it at runtime.  All of our release builds are actually
performed using JDK 1.5.

Original comment by kevin...@gmail.com on 4 Jun 2009 at 5:37