We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2581f5 commit 2118c29Copy full SHA for 2118c29
src/main/java/com/github/jsonzou/jmockdata/BeanMockerInterceptor.java
@@ -1,19 +1,7 @@
1
-/**
2
- * *****************************************************
3
- * Copyright (C) 2020 pds-inc.com.cn. All Rights Reserved
4
- * This file is part of pds project.
5
- * Unauthorized copy of this file, via any medium is strictly prohibited.
6
- * Proprietary and Confidential.
7
- * ****************************************************
8
- **/
9
package com.github.jsonzou.jmockdata;
10
11
import java.lang.reflect.Field;
12
13
14
- * @author jsonzou<pengfei.zou @ pds-inc.com.cn>
15
- * @date 12/02/2020 16:49
16
- */
17
public interface BeanMockerInterceptor<T>{
18
/**
19
* 返回值类型说明:
0 commit comments