We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently, @YdbType annotation access value as java String, which is not a type-safe API.
@YdbType
String
In the next major release I propose to migrate String value() --> PrimitiveType value() in order to ensure type safety.
String value()
PrimitiveType value()