9.java注解(四种元注解:@Retention @Target @Document @Inherited)
2021-02-07 08:16
标签:保留 jar source demo 自己 运行 cal person doc 转: java中元注解有四个: @Retention @Target @Document @Inherited; @Retention:注解的保留位置 9.java注解(四种元注解:@Retention @Target @Document @Inherited) 标签:保留 jar source demo 自己 运行 cal person doc 原文地址:https://www.cnblogs.com/sqkj0529/p/12777490.html
@Target({ElementType.METHOD})
public @interface AnnatDemo{
public int value();
}
public String say(String person);
文章标题:9.java注解(四种元注解:@Retention @Target @Document @Inherited)
文章链接:http://soscw.com/index.php/essay/52095.html