摘要:
1、定义注解 package com.example.demo.anno; import java.lang.annotation.*; @Target({ ElementType.METHOD }) @Retention(RetentionPolicy.RUNTIME) @Documented p 阅读全文
posted @ 2023-07-07 15:05
蜗牛无敌
阅读(147)
评论(0)
推荐(0)