在JDK中,为了让编译器进行某些代码进行编译检查,可以使用如下哪些注解? A: @SuppressWarnings B: @Target C: @Override D: @Deprecated E: @Autowired
在JDK中,为了让编译器进行某些代码进行编译检查,可以使用如下哪些注解? A: @SuppressWarnings B: @Target C: @Override D: @Deprecated E: @Autowired
如果要自定义新的注解,在这个新注解的头部必须要包括如下哪些元注解? A: @Documented B: @SuppressWarnings C: @Target D: @Service E: @Rentention
如果要自定义新的注解,在这个新注解的头部必须要包括如下哪些元注解? A: @Documented B: @SuppressWarnings C: @Target D: @Service E: @Rentention
1