Value.meaning() is deprecated, which is surprising for a new API. The reason is that it exposes datastore functionality that is slated for deletion, but which people might want to use meanwhile. I suggest that the @deprecated tag should include text saying explicitly that this method will be deleted at some point, and if possible giving a planned date for the deletion.
Value.meaning() is deprecated, which is surprising for a new API. The reason is that it exposes datastore functionality that is slated for deletion, but which people might want to use meanwhile. I suggest that the
@deprecatedtag should include text saying explicitly that this method will be deleted at some point, and if possible giving a planned date for the deletion.