@@ -18,7 +18,7 @@ public class Handler<Input> {
18
18
}
19
19
20
20
@available ( * , deprecated, message: """
21
- This API is not stable yet and may change (or may not) , \
21
+ This API will be removed , \
22
22
consider using redeclaration with `(Input) -> Output` signature function. \
23
23
Feel free to discuss the API here \
24
24
https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
@@ -92,7 +92,7 @@ public class Handler2<T0, T1> {
92
92
}
93
93
94
94
@available ( * , deprecated, message: """
95
- This API is not stable yet and may change (or may not) , \
95
+ This API will be removed , \
96
96
consider using redeclaration with `(Input) -> Output` signature function. \
97
97
Feel free to discuss the API here \
98
98
https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
@@ -160,7 +160,7 @@ public class Handler3<T0, T1, T2> {
160
160
}
161
161
162
162
@available ( * , deprecated, message: """
163
- This API is not stable yet and may change (or may not) , \
163
+ This API will be removed , \
164
164
consider using redeclaration with `(Input) -> Output` signature function. \
165
165
Feel free to discuss the API here \
166
166
https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
@@ -228,7 +228,7 @@ public class Handler4<T0, T1, T2, T3> {
228
228
}
229
229
230
230
@available ( * , deprecated, message: """
231
- This API is not stable yet and may change (or may not) , \
231
+ This API will be removed , \
232
232
consider using redeclaration with `(Input) -> Output` signature function. \
233
233
Feel free to discuss the API here \
234
234
https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
@@ -296,7 +296,7 @@ public class Handler5<T0, T1, T2, T3, T4> {
296
296
}
297
297
298
298
@available ( * , deprecated, message: """
299
- This API is not stable yet and may change (or may not) , \
299
+ This API will be removed , \
300
300
consider using redeclaration with `(Input) -> Output` signature function. \
301
301
Feel free to discuss the API here \
302
302
https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
0 commit comments