修改 Java 核心编程的内容

This commit is contained in:
YuCheng Hu 2021-08-11 22:16:43 -04:00
parent 93f95dc3f6
commit 26be54f7ac
No known key found for this signature in database
GPG Key ID: C395DC68EF030B59
3 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,7 @@
- Java - Java
- [概述和环境配置](java/index.md) - [概述和环境配置](java/index.md)
- [语言基础](java/fundamentals/index.md) - [语言基础](java/fundamentals/index.md)
- [核心编程](java/core/index.md)
- 其他小工具 - 其他小工具
- [JWT](jwt/README.md) - [JWT](jwt/README.md)

4
java/core/annotation.md Normal file
View File

@ -0,0 +1,4 @@
# Annotation注解
* [Java @Deprecated Annotation注解](https://www.ossez.com/t/java-deprecated-annotation/13676)

3
java/core/index.md Normal file
View File

@ -0,0 +1,3 @@
# Java 核心编程
[Annotation注解](annotation.md ':include')