@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Supplier
被调用类的提供者 配合@Caller注解使用 两者结合实现插件中的方法调用
String
value
public abstract String value
Copyright © 2020. All rights reserved.