@@ -71,6 +71,8 @@ public final class FormatAnnotationsStep implements Serializable {
71
71
"ArrayLen" ,
72
72
"ArrayLenRange" ,
73
73
"ArrayWithoutPackage" ,
74
+ "AssertFalse" ,
75
+ "AssertTrue" ,
74
76
"AwtAlphaCompositingRule" ,
75
77
"AwtColorSpace" ,
76
78
"AwtCursorType" ,
@@ -108,14 +110,18 @@ public final class FormatAnnotationsStep implements Serializable {
108
110
"Critical" ,
109
111
"Current" ,
110
112
"D" ,
113
+ "DecimalMax" ,
114
+ "DecimalMin" ,
111
115
"DefaultType" ,
112
116
"degrees" ,
113
117
"Det" ,
118
+ "Digits" ,
114
119
"DoesNotMatchRegex" ,
115
120
"DotSeparatedIdentifiers" ,
116
121
"DotSeparatedIdentifiersOrPrimitiveType" ,
117
122
"DoubleVal" ,
118
123
"E" ,
124
+ "Email" ,
119
125
"Encrypted" ,
120
126
"EnhancedRegex" ,
121
127
"EnumVal" ,
@@ -139,6 +145,8 @@ public final class FormatAnnotationsStep implements Serializable {
139
145
"FqBinaryName" ,
140
146
"Frequency" ,
141
147
"FullyQualifiedName" ,
148
+ "Future" ,
149
+ "FutureOrPresent" ,
142
150
"g" ,
143
151
"GTENegativeOne" ,
144
152
"GuardedBy" ,
@@ -213,6 +221,7 @@ public final class FormatAnnotationsStep implements Serializable {
213
221
"m3" ,
214
222
"Mass" ,
215
223
"MatchesRegex" ,
224
+ "Max" ,
216
225
"MaybeAliased" ,
217
226
"MaybeDerivedFromConstant" ,
218
227
"MaybePresent" ,
@@ -221,6 +230,7 @@ public final class FormatAnnotationsStep implements Serializable {
221
230
"MethodVal" ,
222
231
"MethodValBottom" ,
223
232
"min" ,
233
+ "Min" ,
224
234
"MinLen" ,
225
235
"mm" ,
226
236
"mm2" ,
@@ -235,7 +245,9 @@ public final class FormatAnnotationsStep implements Serializable {
235
245
"MustCallAlias" ,
236
246
"MustCallUnknown" ,
237
247
"N" ,
248
+ "Negative" ,
238
249
"NegativeIndexFor" ,
250
+ "NegativeOrZero" ,
239
251
"NewObject" ,
240
252
"NonConstant" ,
241
253
"NonDet" ,
@@ -244,19 +256,25 @@ public final class FormatAnnotationsStep implements Serializable {
244
256
"NonNull" ,
245
257
"NonNullType" ,
246
258
"NonRaw" ,
259
+ "NotBlank" ,
247
260
"NotCalledMethods" ,
261
+ "NotEmpty" ,
248
262
"NotNull" ,
249
263
"NotQualifier" ,
250
264
"NTDBottom" ,
251
265
"NTDMiddle" ,
252
266
"NTDSide" ,
253
267
"NTDTop" ,
268
+ "Null" ,
254
269
"Nullable" ,
255
270
"NullableType" ,
256
271
"Odd" ,
257
272
"OptionalBottom" ,
258
273
"OrderNonDet" ,
259
274
"Parent" ,
275
+ "Past" ,
276
+ "PastOrPresent" ,
277
+ "Pattern" ,
260
278
"PatternA" ,
261
279
"PatternAB" ,
262
280
"PatternAC" ,
@@ -297,6 +315,7 @@ public final class FormatAnnotationsStep implements Serializable {
297
315
"PolyValue" ,
298
316
"PolyVariableNameDefault" ,
299
317
"Positive" ,
318
+ "PositiveOrZero" ,
300
319
"Present" ,
301
320
"PrimitiveType" ,
302
321
"PropertyKey" ,
@@ -326,6 +345,7 @@ public final class FormatAnnotationsStep implements Serializable {
326
345
"SignednessGlb" ,
327
346
"SignedPositive" ,
328
347
"SignedPositiveFromUnsigned" ,
348
+ "Size" ,
329
349
"Speed" ,
330
350
"StringVal" ,
331
351
"SubQual" ,
0 commit comments