
java
梦想2018
专注基础架构、底层原理
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java @Inherited注解的作用
看到很多注解都被@Inherited进行了修饰,但是这个@Inherited有什么作用呢? 查看@Inherited代码描述: Indicates that an annotation type is automatically inherited. If an Inherited meta-annotation is present on an annotation type declara...原创 2018-07-27 18:46:14 · 22727 阅读 · 1 评论 -
查看sun.nio包的源码,提供openjdk的src.zip下载
openjdk-1.8 src.zip下载地址 查看sun.nio相关的包时没有源代码,用idea查看是从.class文件里反编译的,看的不舒服,自己从linux中安装openjdk后把src.zip拿下来的,自己备用及给有需要者。 ...原创 2018-12-22 11:16:16 · 2413 阅读 · 2 评论