@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Insert {
String[] value();
}
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface InsertProvider {
Class type();
String method();
}
这两个类其实没有什么好说的。后面再补充。
关注微信公众号获取更多VSCode编程信息,定时发布干货文章
全部评论