@Target(METHOD) @Retention(RUNTIME) @Repeatable(StaticFactories.class) public @interface StaticFactory
| Modifier and Type | Required Element | Description |
|---|---|---|
java.lang.Class<?> |
value |
| Modifier and Type | Optional Element | Description |
|---|---|---|
java.lang.Class<? extends java.util.function.Function<java.lang.Object,java.lang.Object>> |
copyFunc |