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

@@ -169,7 +169,7 @@ inner class RemedyPlan internal constructor()
#### constructor *- method*
```kotlin
inline fun constructor(initiate: ConstructorCondition)
inline fun constructor(initiate: ConstructorConditions)
```
**变更记录**