From 26be54f7ac34f2f8f024332551eefded3471a1f8 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Wed, 11 Aug 2021 22:16:43 -0400 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20Java=20=E6=A0=B8=E5=BF=83?= =?UTF-8?q?=E7=BC=96=E7=A8=8B=E7=9A=84=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sidebar.md | 1 + java/core/annotation.md | 4 ++++ java/core/index.md | 3 +++ 3 files changed, 8 insertions(+) create mode 100644 java/core/annotation.md create mode 100644 java/core/index.md diff --git a/_sidebar.md b/_sidebar.md index 8aa2ef5..9030948 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -5,6 +5,7 @@ - Java - [概述和环境配置](java/index.md) - [语言基础](java/fundamentals/index.md) + - [核心编程](java/core/index.md) - 其他小工具 - [JWT](jwt/README.md) diff --git a/java/core/annotation.md b/java/core/annotation.md new file mode 100644 index 0000000..1b0a6ef --- /dev/null +++ b/java/core/annotation.md @@ -0,0 +1,4 @@ +# Annotation(注解) +* [Java @Deprecated Annotation(注解)](https://www.ossez.com/t/java-deprecated-annotation/13676) + + diff --git a/java/core/index.md b/java/core/index.md new file mode 100644 index 0000000..a74ed71 --- /dev/null +++ b/java/core/index.md @@ -0,0 +1,3 @@ +# Java 核心编程 + +[Annotation(注解)](annotation.md ':include')