@@ -848,7 +848,6 @@ static <R, A1, A2, A3, A4, A5, A6> WorkflowUpdateHandle<R> startUpdate(
848
848
* @param startOperation start workflow operation
849
849
* @return WorkflowUpdateHandle that can be used to get the result of the update
850
850
*/
851
- @ Experimental
852
851
static <R > WorkflowUpdateHandle <R > startUpdateWithStart (
853
852
Proc updateMethod ,
854
853
@ Nonnull UpdateOptions <R > options ,
@@ -866,7 +865,6 @@ static <R> WorkflowUpdateHandle<R> startUpdateWithStart(
866
865
* @param startOperation start workflow operation
867
866
* @return WorkflowUpdateHandle that can be used to get the result of the update
868
867
*/
869
- @ Experimental
870
868
static <R , A1 > WorkflowUpdateHandle <R > startUpdateWithStart (
871
869
Proc1 <A1 > updateMethod ,
872
870
A1 arg1 ,
@@ -887,7 +885,6 @@ static <R, A1> WorkflowUpdateHandle<R> startUpdateWithStart(
887
885
* @param startOperation start workflow operation
888
886
* @return WorkflowUpdateHandle that can be used to get the result of the update
889
887
*/
890
- @ Experimental
891
888
static <R , A1 , A2 > WorkflowUpdateHandle <R > startUpdateWithStart (
892
889
Proc2 <A1 , A2 > updateMethod ,
893
890
A1 arg1 ,
@@ -910,7 +907,6 @@ static <R, A1, A2> WorkflowUpdateHandle<R> startUpdateWithStart(
910
907
* @param startOperation start workflow operation
911
908
* @return WorkflowUpdateHandle that can be used to get the result of the update
912
909
*/
913
- @ Experimental
914
910
static <R , A1 , A2 , A3 > WorkflowUpdateHandle <R > startUpdateWithStart (
915
911
Proc3 <A1 , A2 , A3 > updateMethod ,
916
912
A1 arg1 ,
@@ -935,7 +931,6 @@ static <R, A1, A2, A3> WorkflowUpdateHandle<R> startUpdateWithStart(
935
931
* @param startOperation start workflow operation
936
932
* @return WorkflowUpdateHandle that can be used to get the result of the update
937
933
*/
938
- @ Experimental
939
934
static <R , A1 , A2 , A3 , A4 > WorkflowUpdateHandle <R > startUpdateWithStart (
940
935
Proc4 <A1 , A2 , A3 , A4 > updateMethod ,
941
936
A1 arg1 ,
@@ -962,7 +957,6 @@ static <R, A1, A2, A3, A4> WorkflowUpdateHandle<R> startUpdateWithStart(
962
957
* @param startOperation start workflow operation
963
958
* @return WorkflowUpdateHandle that can be used to get the result of the update
964
959
*/
965
- @ Experimental
966
960
static <R , A1 , A2 , A3 , A4 , A5 > WorkflowUpdateHandle <R > startUpdateWithStart (
967
961
Proc5 <A1 , A2 , A3 , A4 , A5 > updateMethod ,
968
962
A1 arg1 ,
@@ -991,7 +985,6 @@ static <R, A1, A2, A3, A4, A5> WorkflowUpdateHandle<R> startUpdateWithStart(
991
985
* @param startOperation start workflow operation
992
986
* @return WorkflowUpdateHandle that can be used to get the result of the update
993
987
*/
994
- @ Experimental
995
988
static <R , A1 , A2 , A3 , A4 , A5 , A6 > WorkflowUpdateHandle <R > startUpdateWithStart (
996
989
Proc6 <A1 , A2 , A3 , A4 , A5 , A6 > updateMethod ,
997
990
A1 arg1 ,
@@ -1015,7 +1008,6 @@ static <R, A1, A2, A3, A4, A5, A6> WorkflowUpdateHandle<R> startUpdateWithStart(
1015
1008
* @param startOperation start workflow operation
1016
1009
* @return WorkflowUpdateHandle that can be used to get the result of the update
1017
1010
*/
1018
- @ Experimental
1019
1011
static <R > WorkflowUpdateHandle <R > startUpdateWithStart (
1020
1012
Func <R > updateMethod ,
1021
1013
@ Nonnull UpdateOptions <R > options ,
@@ -1034,7 +1026,6 @@ static <R> WorkflowUpdateHandle<R> startUpdateWithStart(
1034
1026
* @param startOperation start workflow operation
1035
1027
* @return WorkflowUpdateHandle that can be used to get the result of the update
1036
1028
*/
1037
- @ Experimental
1038
1029
static <A1 , R > WorkflowUpdateHandle <R > startUpdateWithStart (
1039
1030
Func1 <A1 , R > updateMethod ,
1040
1031
A1 arg1 ,
@@ -1055,7 +1046,6 @@ static <A1, R> WorkflowUpdateHandle<R> startUpdateWithStart(
1055
1046
* @param startOperation start workflow operation
1056
1047
* @return WorkflowUpdateHandle that can be used to get the result of the update
1057
1048
*/
1058
- @ Experimental
1059
1049
static <A1 , A2 , R > WorkflowUpdateHandle <R > startUpdateWithStart (
1060
1050
Functions .Func2 <A1 , A2 , R > updateMethod ,
1061
1051
A1 arg1 ,
@@ -1078,7 +1068,6 @@ static <A1, A2, R> WorkflowUpdateHandle<R> startUpdateWithStart(
1078
1068
* @param startOperation start workflow operation
1079
1069
* @return WorkflowUpdateHandle that can be used to get the result of the update
1080
1070
*/
1081
- @ Experimental
1082
1071
static <A1 , A2 , A3 , R > WorkflowUpdateHandle <R > startUpdateWithStart (
1083
1072
Functions .Func3 <A1 , A2 , A3 , R > updateMethod ,
1084
1073
A1 arg1 ,
@@ -1103,7 +1092,6 @@ static <A1, A2, A3, R> WorkflowUpdateHandle<R> startUpdateWithStart(
1103
1092
* @param startOperation start workflow operation
1104
1093
* @return WorkflowUpdateHandle that can be used to get the result of the update
1105
1094
*/
1106
- @ Experimental
1107
1095
static <A1 , A2 , A3 , A4 , R > WorkflowUpdateHandle <R > startUpdateWithStart (
1108
1096
Functions .Func4 <A1 , A2 , A3 , A4 , R > updateMethod ,
1109
1097
A1 arg1 ,
@@ -1130,7 +1118,6 @@ static <A1, A2, A3, A4, R> WorkflowUpdateHandle<R> startUpdateWithStart(
1130
1118
* @param startOperation start workflow operation
1131
1119
* @return WorkflowUpdateHandle that can be used to get the result of the update
1132
1120
*/
1133
- @ Experimental
1134
1121
static <A1 , A2 , A3 , A4 , A5 , R > WorkflowUpdateHandle <R > startUpdateWithStart (
1135
1122
Functions .Func5 <A1 , A2 , A3 , A4 , A5 , R > updateMethod ,
1136
1123
A1 arg1 ,
@@ -1159,7 +1146,6 @@ static <A1, A2, A3, A4, A5, R> WorkflowUpdateHandle<R> startUpdateWithStart(
1159
1146
* @param startOperation start workflow operation
1160
1147
* @return WorkflowUpdateHandle that can be used to get the result of the update
1161
1148
*/
1162
- @ Experimental
1163
1149
static <A1 , A2 , A3 , A4 , A5 , A6 , R > WorkflowUpdateHandle <R > startUpdateWithStart (
1164
1150
Functions .Func6 <A1 , A2 , A3 , A4 , A5 , A6 , R > updateMethod ,
1165
1151
A1 arg1 ,
@@ -1183,7 +1169,6 @@ static <A1, A2, A3, A4, A5, A6, R> WorkflowUpdateHandle<R> startUpdateWithStart(
1183
1169
* @param startOperation start workflow operation
1184
1170
* @return WorkflowUpdateHandle that can be used to get the result of the update
1185
1171
*/
1186
- @ Experimental
1187
1172
static <R > R executeUpdateWithStart (
1188
1173
Functions .Proc updateMethod ,
1189
1174
@ Nonnull UpdateOptions <R > options ,
@@ -1201,7 +1186,6 @@ static <R> R executeUpdateWithStart(
1201
1186
* @param startOperation start workflow operation
1202
1187
* @return update result
1203
1188
*/
1204
- @ Experimental
1205
1189
static <R , A1 > R executeUpdateWithStart (
1206
1190
Proc1 <A1 > updateMethod ,
1207
1191
A1 arg1 ,
@@ -1222,7 +1206,6 @@ static <R, A1> R executeUpdateWithStart(
1222
1206
* @param startOperation start workflow operation
1223
1207
* @return update result
1224
1208
*/
1225
- @ Experimental
1226
1209
static <R , A1 , A2 > R executeUpdateWithStart (
1227
1210
Proc2 <A1 , A2 > updateMethod ,
1228
1211
A1 arg1 ,
@@ -1245,7 +1228,6 @@ static <R, A1, A2> R executeUpdateWithStart(
1245
1228
* @param startOperation start workflow operation
1246
1229
* @return update result
1247
1230
*/
1248
- @ Experimental
1249
1231
static <R , A1 , A2 , A3 > R executeUpdateWithStart (
1250
1232
Proc3 <A1 , A2 , A3 > updateMethod ,
1251
1233
A1 arg1 ,
@@ -1270,7 +1252,6 @@ static <R, A1, A2, A3> R executeUpdateWithStart(
1270
1252
* @param startOperation start workflow operation
1271
1253
* @return update result
1272
1254
*/
1273
- @ Experimental
1274
1255
static <R , A1 , A2 , A3 , A4 > R executeUpdateWithStart (
1275
1256
Proc4 <A1 , A2 , A3 , A4 > updateMethod ,
1276
1257
A1 arg1 ,
@@ -1297,7 +1278,6 @@ static <R, A1, A2, A3, A4> R executeUpdateWithStart(
1297
1278
* @param startOperation start workflow operation
1298
1279
* @return update result
1299
1280
*/
1300
- @ Experimental
1301
1281
static <R , A1 , A2 , A3 , A4 , A5 > R executeUpdateWithStart (
1302
1282
Proc5 <A1 , A2 , A3 , A4 , A5 > updateMethod ,
1303
1283
A1 arg1 ,
@@ -1326,7 +1306,6 @@ static <R, A1, A2, A3, A4, A5> R executeUpdateWithStart(
1326
1306
* @param startOperation start workflow operation
1327
1307
* @return update result
1328
1308
*/
1329
- @ Experimental
1330
1309
static <R , A1 , A2 , A3 , A4 , A5 , A6 > R executeUpdateWithStart (
1331
1310
Proc6 <A1 , A2 , A3 , A4 , A5 , A6 > updateMethod ,
1332
1311
A1 arg1 ,
@@ -1349,7 +1328,6 @@ static <R, A1, A2, A3, A4, A5, A6> R executeUpdateWithStart(
1349
1328
* @param startOperation start workflow operation
1350
1329
* @return update result
1351
1330
*/
1352
- @ Experimental
1353
1331
static <R > R executeUpdateWithStart (
1354
1332
Func <R > updateMethod ,
1355
1333
@ Nonnull UpdateOptions <R > options ,
@@ -1367,7 +1345,6 @@ static <R> R executeUpdateWithStart(
1367
1345
* @param startOperation start workflow operation
1368
1346
* @return update result
1369
1347
*/
1370
- @ Experimental
1371
1348
static <A1 , R > R executeUpdateWithStart (
1372
1349
Func1 <A1 , R > updateMethod ,
1373
1350
A1 arg1 ,
@@ -1387,7 +1364,6 @@ static <A1, R> R executeUpdateWithStart(
1387
1364
* @param startOperation start workflow operation
1388
1365
* @return update result
1389
1366
*/
1390
- @ Experimental
1391
1367
static <A1 , A2 , R > R executeUpdateWithStart (
1392
1368
Functions .Func2 <A1 , A2 , R > updateMethod ,
1393
1369
A1 arg1 ,
@@ -1409,7 +1385,6 @@ static <A1, A2, R> R executeUpdateWithStart(
1409
1385
* @param startOperation start workflow operation
1410
1386
* @return update result
1411
1387
*/
1412
- @ Experimental
1413
1388
static <A1 , A2 , A3 , R > R executeUpdateWithStart (
1414
1389
Functions .Func3 <A1 , A2 , A3 , R > updateMethod ,
1415
1390
A1 arg1 ,
@@ -1433,7 +1408,6 @@ static <A1, A2, A3, R> R executeUpdateWithStart(
1433
1408
* @param startOperation start workflow operation
1434
1409
* @return update result
1435
1410
*/
1436
- @ Experimental
1437
1411
static <A1 , A2 , A3 , A4 , R > R executeUpdateWithStart (
1438
1412
Functions .Func4 <A1 , A2 , A3 , A4 , R > updateMethod ,
1439
1413
A1 arg1 ,
@@ -1459,7 +1433,6 @@ static <A1, A2, A3, A4, R> R executeUpdateWithStart(
1459
1433
* @param startOperation start workflow operation
1460
1434
* @return update result
1461
1435
*/
1462
- @ Experimental
1463
1436
static <A1 , A2 , A3 , A4 , A5 , R > R executeUpdateWithStart (
1464
1437
Functions .Func5 <A1 , A2 , A3 , A4 , A5 , R > updateMethod ,
1465
1438
A1 arg1 ,
@@ -1487,7 +1460,6 @@ static <A1, A2, A3, A4, A5, R> R executeUpdateWithStart(
1487
1460
* @param startOperation start workflow operation
1488
1461
* @return update result
1489
1462
*/
1490
- @ Experimental
1491
1463
static <A1 , A2 , A3 , A4 , A5 , A6 , R > R executeUpdateWithStart (
1492
1464
Functions .Func6 <A1 , A2 , A3 , A4 , A5 , A6 , R > updateMethod ,
1493
1465
A1 arg1 ,
0 commit comments