Modify change FieldCondition, MethodCondition, ConstructorCondition to FieldConditions, MethodConditions, ConstructorConditions in ReflectionFactory

This commit is contained in:
2022-09-11 22:45:49 +08:00
parent 1212ecf68f
commit bff53aabcd
12 changed files with 48 additions and 48 deletions

View File

@@ -271,7 +271,7 @@ inner class RemedyPlan internal constructor()
#### method *- method*
```kotlin
inline fun method(initiate: MethodCondition): Result
inline fun method(initiate: MethodConditions): Result
```
**变更记录**