25

来源:互联网 发布:算法新解 java pdf 编辑:程序博客网 时间:2024/06/02 17:51
package com.haizhitao.annotation;import java.lang.annotation.Retention;import java.lang.annotation.RetentionPolicy;@Retention(RetentionPolicy.RUNTIME)public @interface MyAnnotation{String hello() default "haizhitao";String world();}

原创粉丝点击