@Inherited @Retention(value=RUNTIME) @Target(value=METHOD) public @interface MockMethod
| 限定符和类型 | 必需的元素和说明 |
|---|---|
Class<?> |
targetClass |
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
targetMethod |
public abstract Class<?> targetClass
public abstract String targetMethod
Copyright © 2024. All rights reserved.