ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
注解也叫元数据,例如常见的 @Overrided、@Deprecated、@SuppressWarnings 等都是注解。 <br/> 注解是在 JDK1.5+ 版本新添加的特性,注解可以用在包、类、接口、枚举,成员变量、方法、方法参数、局部变量上。 **** 课件代码:https://gitee.com/flymini/codes01/tree/master/example_/com-learn-annotation01