Java 注解 反射
摘要:
注解:Java.lang.annotation; 1.定义: public @interface 注解名{String value(); int age();int id() default ""}; 2.编译器中注解:@Override @Deprecated @SuppressWarnings 阅读全文
posted @ 2020-01-26 20:55
Alex_TD
阅读(201)
评论(0)
推荐(0)
浙公网安备 33010602011771号