Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 345 Bytes

File metadata and controls

13 lines (7 loc) · 345 Bytes

注解机制

0x00 Introduction

注解是JDK1.5版本开始引入的一个特性,用于对代码进行说明,可以对包、类、接口、字段、方法参数、局部变量等进行注解。

注解机制

推荐阅读: Java 基础 - 注解机制详解

Ref