摘要: 什么是注解 内置注解 package com.xie.annotation; import java.util.ArrayList; import java.util.List; @SuppressWarnings("all") public class Test01 { @Deprecated p 阅读全文
posted @ 2022-05-08 20:15 少年阿川 阅读(32) 评论(0) 推荐(0)