• 2022-05-27
    在JDK中,为了让编译器进行某些代码进行编译检查,可以使用如下哪些注解?
    A: @SuppressWarnings
    B: @Target
    C: @Override
    D: @Deprecated
    E: @Autowired