Skip to content

Commit

Permalink
Add javadoc for meaning deprecation (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkannan authored and aozarov committed Apr 8, 2016
1 parent 53a60d1 commit 1eb3522
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,15 @@ public interface ValueBuilder<V, P extends Value<V>, B extends ValueBuilder<V, P

B excludeFromIndexes(boolean excludeFromIndexes);

/**
* Deprecated. This library preserves the field for backwards compatibility.
*/
@Deprecated
int getMeaning();

/**
* Deprecated. This library preserves the field for backwards compatibility.
*/
@Deprecated
B meaning(int meaning);

Expand Down

0 comments on commit 1eb3522

Please sign in to comment.