Fory copy interface. Customize the copy method of the class @param custom copy interface object
| 27 | * @param <T> custom copy interface object |
| 28 | */ |
| 29 | public interface ForyCopyable<T> { |
| 30 | T copy(CopyContext copyContext); |
| 31 | } |
nothing calls this directly
no outgoing calls
no test coverage detected