https://github.com/hncboy/jdk8
jdk8 源码阅读
https://github.com/hncboy/jdk8
Last synced: 10 months ago
JSON representation
jdk8 源码阅读
- Host: GitHub
- URL: https://github.com/hncboy/jdk8
- Owner: hncboy
- Created: 2019-09-01T04:07:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T22:38:36.000Z (over 6 years ago)
- Last Synced: 2025-01-28T08:53:34.073Z (12 months ago)
- Language: Java
- Size: 16.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jdk8
jdk8 源码阅读
添加的方法内部单行注释以 /// 开头
添加的方法内部多行注释使用/*++ 内容 */
添加或修改的类、类属性、类方法的注释使用 /**++ 内容 */