注解概述

2016-09-11  本文已影响0人  简约黑

注解概述

Annotation就是指注解,使用注解时在前面增加@符号

基本的注解

@Override 覆盖方法
@Deprecated 方法过时
@SuppressWarnings 抑制编译器警告

自定义注解

元注解

JDK的元Annotation用于修饰其他Annotation的定义
@Retention 指定注解的生命周期

@Target

@Documented

@Inherited

上一篇下一篇

猜你喜欢

热点阅读