java注解

@Retention(value=RetentionPolicy.RUNTIME)     value是默认的,//三种注解可以使用的级别:runtime,source,class

java.lang包是基本工具包

原文地址:https://www.cnblogs.com/liubing2018/p/9203817.html