只有一个属性,属性名为 value 即可。

feature/net-util
ZhouXY108 2023-04-15 13:48:50 +08:00
parent ef65a583b1
commit 96784e1263
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ import java.lang.annotation.Target;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface StaticFactoryMethod {
Class<?> type();
Class<?> value();
}