hints property

List<TypeHint> hints
final

We set hints for additional information that might be useful for applications but aren't covered by just exposing a BasicType. See the comment on TypeHint for examples.

Implementation

final List<TypeHint> hints;