内容简介:Guava 25.1 已发布,更新如下: Switched to the type annotation version of @Nullable in the JRE/Java 8 flavor. base: Added Strings.lenientFormat(), copied from Preconditions.format(). net: Adde...
Guava 25.1 已发布,更新如下:
Switched to the type annotation version of
@Nullable
in the JRE/Java 8 flavor.base
: AddedStrings.lenientFormat()
, copied fromPreconditions.format()
.net
: Added Token Binding HTTP headers toHttpHeaders
.reflect
: Added overrides for methods on JDK types returningAnnotatedType
in the JRE/Java 8 flavor.testing
: Added support for type annotations inNullPointerTester
in the JRE/Java 8 flavor.util.concurrent
: Added@DoNotCall
toFutures
methods that do not accept anExecutor
in preparation for removal.
Guava 是 Google 的一个开源项目,包含许多 Google 核心的 Java 常用库,如:集合 [collections] 、缓存 [caching] 、原生类型支持 [primitives support] 、并发库 [concurrency libraries] 、通用注解 [common annotations] 、字符串处理 [string processing] 、I/O 等等。
Maven
<dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>25.1-jre</version> <!-- or, for Android: --> <version>25.1-android</version> </dependency>
Javadoc
JDiff
25.1-jre vs. 25.0-jre (shows a lot of junk, probably due to switch to
@Nullable
type annotations)
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Guava 25.1 发布,Google 的 Java 核心工具库》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Guava 26.0 发布,Google 的 Java 核心工具库
- Guava 30.1 发布,Google 的 Java 核心工具库
- Guava 27.0 发布,Google 的 Java 核心工具库
- Guava 28.0 发布,Google 的 Java 核心工具库
- Guava 28.1 发布,Google 的 Java 核心工具库
- Guava 28.2 发布,Google 的 Java 核心工具库
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
创新者的窘境(全新修订版)
克莱顿•克里斯坦森 / 胡建桥 / 中信出版社 / 2014-1-1 / 48.00元
全球商业领域中,许多企业曾叱咤风云,但面对市场变化及新技术的挑战,最终惨遭淘汰。究其原因,竟然是因为它们精于管理,信奉客户至上等传统商业观念。这就是所有企业如今都正面临的“创新者的窘境”。 在《创新者的窘境》中,管理大师克里斯坦森指出,一些看似很完美的商业动作——对主流客户所需、赢利能力最强的产品进行精准投资和技术研发——最终却很可能毁掉一家优秀的企业。他分析了计算机、汽车、钢铁等多个行业的......一起来看看 《创新者的窘境(全新修订版)》 这本书的介绍吧!