[Bug]: The Documentation of @SchemaFieldNumber
has the wrong type
#30273
Labels
Milestone
@SchemaFieldNumber
has the wrong type
#30273
What happened?
The annotation
@SchemaFieldNumber
expects a String, but the documentation shows an example using integers.This is how that annotation is used (with
parseInt
applied to aString
), and here is an example in the repo actually usingString
and not integers.This is a documentation-only bug.
Issue Priority
Priority: 3 (minor)
Issue Components
The text was updated successfully, but these errors were encountered: